summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdb602ab97a5..0756c08dd850 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pycharm-community-eap
pkgdesc = Powerful Python and Django IDE, Early Access Program (EAP) build, Community Edition
- pkgver = 2020.2.2.202.7319.37
+ pkgver = 2020.2.2.202.7319.64
pkgrel = 1
epoch = 7
url = http://www.jetbrains.com/pycharm
@@ -11,8 +11,8 @@ pkgbase = pycharm-community-eap
provides = pycharm-community-edition
conflicts = pycharm-community-edition
options = !strip
- source = https://download.jetbrains.com/python/pycharm-community-202.7319.37.tar.gz
- sha256sums = 89557209e7b36e249fa1fe4e4a84d45dd50aa9f7464cebfd3f4ec072e891654e
+ source = https://download.jetbrains.com/python/pycharm-community-2020.2.2.tar.gz
+ sha256sums = dbc02bbfecb1526fd36d9d4d751ff159bd3a7abfd77410696fc3162c18853ba8
pkgname = pycharm-community-eap
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