summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9cb0770543c..85df96a120a6 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.1.201.6668.67
+ pkgver = 2020.1.201.6668.115
pkgrel = 1
epoch = 5
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-201.6668.67.tar.gz
- sha256sums = b51a7708d1f6f3a2a5dceee3139f33029d5b1c0be1ae704fd307e63d9caf7eab
+ source = https://download.jetbrains.com/python/pycharm-community-2020.1.tar.gz
+ sha256sums = 1aa49fd01ec9020c288a583ac90e777df3ae5c5dfcf4cc73d93ac7be1284a9d1
pkgname = pycharm-community-eap
diff --git a/PKGBUILD b/PKGBUILD
index 9b574b731f2b..d88656828910 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=pycharm-community-eap
-_buildver=201.6668.67
+_buildver=201.6668.115
_pkgver=2020.1
-_eap=y
+_eap=n
pkgver="$_pkgver.$_buildver"
pkgrel=1
epoch=5
@@ -24,7 +24,7 @@ depends=('libdbusmenu-glib')
options=('!strip')
-if [ "$_eap = y" ]; then
+if [ "$_eap" = y ]; then
_filever="$_buildver"
else
_filever="$_pkgver"