diff --git a/srcpkgs/CLion/template b/srcpkgs/CLion/template index 4cb9d3653d4..c1802fc5518 100644 --- a/srcpkgs/CLion/template +++ b/srcpkgs/CLion/template @@ -1,6 +1,6 @@ # Template file for 'CLion' pkgname=CLion -version=2020.2.4 +version=2020.3 revision=1 archs="i686 x86_64" wrksrc="clion-${version}" @@ -10,7 +10,7 @@ maintainer="Anton Afanasyev " license="custom:Commercial" homepage="https://www.jetbrains.com/clion" distfiles="https://download.jetbrains.com/cpp/CLion-${version}.tar.gz" -checksum=4301a1572908592e25fd9234c290eabcd44e53b23ababd7ed518a93728527976 +checksum=ffc862511bf80debb80f9d60d2999b02e32b7c3cbb8ac25a4c0efc5b9850124f repository=nonfree restricted=yes nopie=yes @@ -27,6 +27,8 @@ desc_option_bundled_lldb="Install bundled LLDB" post_extract() { # Remove files for other CPU architectures rm -rf bin/fsnotifier-arm + rm -rf lib/pty4j-native/linux/aarch64 + rm -rf lib/pty4j-native/linux/mips64el rm -rf lib/pty4j-native/linux/ppc64le case "$XBPS_TARGET_MACHINE" in @@ -40,7 +42,7 @@ post_extract() { rm -rf bin/fsnotifier64 rm -rf bin/clion64.vmoptions rm -rf bin/libyjpagent-linux64.so - rm -rf lib/pty4j-native/linux/x86_64 + rm -rf lib/pty4j-native/linux/x86-64 ;; esac