[arch-commits] Commit in pycharm-community-edition/trunk (PKGBUILD)

Orhun Parmaksiz orhun at gemini.archlinux.org
Wed Feb 2 16:28:04 UTC 2022


    Date: Wednesday, February 2, 2022 @ 16:28:03
  Author: orhun
Revision: 1122600

upgpkg: pycharm-community-edition 2021.3.2-1: upstream release

Modified:
  pycharm-community-edition/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-02 16:27:43 UTC (rev 1122599)
+++ PKGBUILD	2022-02-02 16:28:03 UTC (rev 1122600)
@@ -4,9 +4,9 @@
 # Contributor: David Keogh <davekeogh at archlinux.us>
 
 pkgname=pycharm-community-edition
-pkgver=2021.3.1
-_build=213.6461.77
-_gitcommit=35df0442e731cbe170dd919d6e9ef46713bd1b86
+pkgver=2021.3.2
+_build=213.6777.50
+_gitcommit=65a154986bab4efd090c38ce682166210d378878
 pkgrel=1
 pkgdesc='Python IDE for Professional Developers'
 arch=(x86_64)
@@ -29,7 +29,7 @@
 makedepends=(
   ant
   git
-  java-environment=8
+  java-environment=11
   python2-setuptools
   python-setuptools
 )
@@ -70,8 +70,8 @@
   unset _JAVA_OPTIONS
   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
+  export JDK_16_x64=/usr/lib/jvm/java-11-openjdk
+  export JDK_18_x64=/usr/lib/jvm/java-11-openjdk
 
   ant -Dintellij.build.target.os=linux build
   tar -xf ../out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jbr.tar.gz -C "${srcdir}"



More information about the arch-commits mailing list