summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8def8f729a6a..f4222e0aa59f 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 = 2019.3.193.4386.14
+ pkgver = 2019.3.193.4778.18
pkgrel = 2
epoch = 4
url = http://www.jetbrains.com/pycharm/
@@ -12,8 +12,8 @@ pkgbase = pycharm-community-eap
provides = pycharm-community-edition
conflicts = pycharm-community-edition
options = !strip
- source = https://download.jetbrains.com/python/pycharm-community-193.4386.14.tar.gz
- sha256sums = 002396eaf2270d6df7c1611b267838fd351fedac32de8accc21c26342e518964
+ source = https://download.jetbrains.com/python/pycharm-community-193.4778.18.tar.gz
+ sha256sums = 47d2eb530c62e8dac730a2b09e25e8efadb1034e2c1569f2d622824e6e6fbffe
pkgname = pycharm-community-eap
diff --git a/PKGBUILD b/PKGBUILD
index e445c9b04703..84609378e559 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pycharm-community-eap
-_buildver=193.4386.14
+_buildver=193.4778.18
_pkgver=2019.3
_eap=y
pkgver=$_pkgver.$_buildver
@@ -41,7 +41,7 @@ prepare() {
}
build() {
- cd "pycharm-community-$_buildver/helpers/pydev/"
+ cd "pycharm-community-$_buildver/plugins/python-ce/helpers/pydev/"
# use absolute paths to the python executables so that users with an activated
# virtual environment (like e.g. anaconda) can build without issues