summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKr1ss2018-11-22 20:37:56 +0100
committerKr1ss2018-11-22 20:37:56 +0100
commit9af5c90fcbad918cbcad4a206e18c1ed3b741544 (patch)
tree56db8537a548ff75aa58b75b4164fc471c2dbbea /PKGBUILD
parent3db57c79a13017285246fae297b5aae5ae4fb18c (diff)
downloadaur-9af5c90fcbad918cbcad4a206e18c1ed3b741544.tar.gz
v2018.3 (final)
I'm pushing this update though it's the final 2018.3 release because community only has 2018.2.4 currently.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49749fbaccbc..fb2783b13d89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pycharm-community-eap
-_buildver=183.4284.116
+_buildver=183.4284.139
_pkgver=2018.3
pkgver=$_pkgver.$_buildver
pkgrel=1
@@ -12,8 +12,8 @@ license=(Apache)
depends=(java-environment libdbusmenu-glib)
provides=(pycharm-community)
conflicts=(pycharm-community)
-source=("https://download.jetbrains.com/python/pycharm-community-$_buildver.tar.gz"{,.sha256})
-sha256sums=($(cut -f1 -d' ' "pycharm-community-$_buildver.tar.gz.sha256") SKIP)
+source=("https://download.jetbrains.com/python/pycharm-community-$_pkgver.tar.gz"{,.sha256})
+sha256sums=($(cut -f1 -d' ' "pycharm-community-$_pkgver.tar.gz.sha256") SKIP)
PKGEXT=${PKGEXT:-'.pkg.tar'}
build() {