summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKr1ss2020-09-17 16:33:01 +0200
committerKr1ss2020-09-17 16:33:01 +0200
commitcde3085e8c70ffaa87379864bee825f4ee4339d9 (patch)
tree8aa8f515dde558834d500e3a8698e2cad36eeb8f /PKGBUILD
parentabfc96df090a83c1bbfcf7494b79972d65709d9e (diff)
downloadaur-cde3085e8c70ffaa87379864bee825f4ee4339d9.tar.gz
2020.2.2
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1afc7c426148..d3447f6bb65e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,12 @@
## packaged, make sure that `python2-setuptools` is installed _before_ building this package. ##
#####################################################################################################
+
pkgname=pycharm-community-eap
-_buildver=202.7319.37
+_buildver=202.7319.64
_pkgver=2020.2.2
-_eap=y
+_eap=n
pkgver="$_pkgver.$_buildver"
pkgrel=1
epoch=7
@@ -40,7 +41,7 @@ prepare() {
}
build() {
- cd "pycharm-community-$_buildver/plugins/python-ce/helpers/pydev/"
+ cd "pycharm-community-$_buildver/plugins/python-ce/helpers/pydev"
# using absolute paths to the python executables so that users with an activated virtual env
# (like e.g. anaconda) can build without issues