summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKr1ss2020-04-08 19:29:20 +0200
committerKr1ss2020-04-08 19:29:20 +0200
commitd33117ddf650c1de41a60dccd3ee1ab420bf3ad5 (patch)
tree1be788142669e1b233b8772a51806c02f7c6f862 /PKGBUILD
parent31ab22dd03639fc7b3bb33d274779d4a85883d88 (diff)
downloadaur-d33117ddf650c1de41a60dccd3ee1ab420bf3ad5.tar.gz
v2020.1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"