intellij-idea-community-edition: update to 2021.3.1
This commit is contained in:
parent
a104bd2e37
commit
3e4ff22ec4
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'intellij-idea-community-edition'
|
||||
pkgname=intellij-idea-community-edition
|
||||
version=2021.3
|
||||
version=2021.3.1
|
||||
revision=1
|
||||
archs="i686 x86_64"
|
||||
depends="virtual?java-environment giflib libXtst hicolor-icon-theme"
|
||||
|
@ -9,7 +9,7 @@ maintainer="John <me@johnnynator.dev>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://www.jetbrains.org/"
|
||||
distfiles="https://download.jetbrains.com/idea/ideaIC-${version}-no-jbr.tar.gz"
|
||||
checksum=db7540407a717f06c03aaaf6dfc9db5cbe2c075de0cfc4ee6c01775ab78c594e
|
||||
checksum=b63fab363f78772850c87f476e700a38e7e6bea480ce8fb31c0acec4fe33df12
|
||||
repository=nonfree
|
||||
nopie=yes
|
||||
python_version=3
|
||||
|
@ -28,8 +28,8 @@ do_install() {
|
|||
|
||||
mv bin lib plugins redist product-info.json build.txt ${DESTDIR}/usr/lib/intellij-idea
|
||||
mv LICENSE.txt NOTICE.txt license ${DESTDIR}/usr/share/doc/intellij-idea
|
||||
rm ${DESTDIR}/usr/lib/intellij-idea/plugins/android/lib/libwebp/win -rf
|
||||
rm ${DESTDIR}/usr/lib/intellij-idea/plugins/android/lib/libwebp/mac -rf
|
||||
rm ${DESTDIR}/usr/lib/intellij-idea/plugins/webp/lib/libwebp/win -rf
|
||||
rm ${DESTDIR}/usr/lib/intellij-idea/plugins/webp/lib/libwebp/mac -rf
|
||||
rm ${DESTDIR}/usr/lib/intellij-idea/plugins/cwm-plugin/quiche-native/win32-x86-64/ -rf
|
||||
rm ${DESTDIR}/usr/lib/intellij-idea/plugins/cwm-plugin/quiche-native/darwin-x86-64/ -rf
|
||||
rm ${DESTDIR}/usr/lib/intellij-idea/plugins/cwm-plugin/quiche-native/darwin-aarch64/ -rf
|
||||
|
|
Loading…
Reference in a new issue