Date: Monday, June 17, 2019 @ 13:16:56 Author: alucryd Revision: 481966
upgpkg: pycharm-community-edition 2018.3.5-2 Modified: pycharm-community-edition/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-17 12:50:19 UTC (rev 481965) +++ PKGBUILD 2019-06-17 13:16:56 UTC (rev 481966) @@ -4,11 +4,11 @@ pkgname=pycharm-community-edition pkgver=2018.3.5 _build=183.5912.18 -pkgrel=1 +pkgrel=2 pkgdesc='Python IDE for Professional Developers' arch=(x86_64) url=https://www.jetbrains.com/pycharm/ -license=(Apache) +license=(APACHE) depends=( giflib java-runtime=8 @@ -22,9 +22,9 @@ 'python2: Python 2 support' ) makedepends=( - apache-ant + ant java-environment=8 - java-openjfx + java8-openjfx python2-setuptools python-setuptools )
