Date: Wednesday, September 2, 2020 @ 17:14:28 Author: anthraxx Revision: 696628
upgpkg: pycharm-community-edition 2020.2.1-1 Modified: pycharm-community-edition/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-02 17:13:45 UTC (rev 696627) +++ PKGBUILD 2020-09-02 17:14:28 UTC (rev 696628) @@ -3,9 +3,9 @@ # Contributor: David Keogh <[email protected]> pkgname=pycharm-community-edition -pkgver=2020.1.4 -_build=201.8743.11 -_gitcommit=260a7894571c469a79b33e8238f552c5d5ac467d +pkgver=2020.2.1 +_build=202.6948.78 +_gitcommit=a00181c112b6550b815493ef209d62c8f0e744b8 pkgrel=1 pkgdesc='Python IDE for Professional Developers' arch=(x86_64) @@ -60,8 +60,10 @@ cd intellij-community/python unset _JAVA_OPTIONS - export JAVA_HOME=/usr/lib/jvm/java-8-openjdk - export PATH="$JAVA_HOME/bin:$PATH" + export JAVA_HOME=/usr/lib/jvm/java-11-openjdk + export PATH="${JAVA_HOME}/bin:${PATH}" + export JDK_16_x64=/usr/lib/jvm/java-8-openjdk + export JDK_18_x64=/usr/lib/jvm/java-8-openjdk ant -Dintellij.build.target.os=linux build tar -xf ../out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jbr.tar.gz -C "${srcdir}"
