[arch-commits] Commit in intellij-idea-community-edition/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Sun Apr 12 16:28:05 UTC 2020
Date: Sunday, April 12, 2020 @ 16:28:04
Author: anthraxx
Revision: 613431
upgpkg: intellij-idea-community-edition 2:2020.1-1
Modified:
intellij-idea-community-edition/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-12 16:25:53 UTC (rev 613430)
+++ PKGBUILD 2020-04-12 16:28:04 UTC (rev 613431)
@@ -3,8 +3,8 @@
# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
pkgname=intellij-idea-community-edition
-pkgver=2019.3.4
-_build=193.6911.18
+pkgver=2020.1
+_build=201.6668.121
pkgrel=1
epoch=2
pkgdesc='IDE for Java, Groovy and other programming languages with advanced refactoring features'
@@ -35,6 +35,7 @@
sed '/def targetOs =/c def targetOs = "linux"' -i build/dependencies/setupJbre.gradle
sed '/String targetOS/c String targetOS = OS_LINUX' -i platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
+ sed -E 's|(<sysproperty key="jna.nosys")|<sysproperty key="intellij.build.target.os" value="linux" />\1|' -i build.xml
sed -E 's/-Xmx[0-9]+m/-XX:-UseGCOverheadLimit/' -i build.xml
echo ${_build} > build.txt
}
More information about the arch-commits
mailing list