summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKr1ss2018-12-19 14:45:24 +0100
committerKr1ss2018-12-19 14:45:24 +0100
commitdae096c34276de38f6a351a74aa8e21c2c5ffd1a (patch)
tree387c39d0ed5e4dd7c962a8cb4017323bed54081b /PKGBUILD
parentbf50c481e65d0319e04db1547ce2a6e457e0ebff (diff)
downloadaur-dae096c34276de38f6a351a74aa8e21c2c5ffd1a.tar.gz
v2018.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb84d61a7e56..1a59584c715f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pycharm-community-eap
-_buildver=183.4886.18
+_buildver=183.4886.43
_pkgver=2018.3.2
pkgver=$_pkgver.$_buildver
pkgrel=1
@@ -12,8 +12,8 @@ license=(Apache)
depends=(java-environment libdbusmenu-glib)
provides=(pycharm-community-edition)
conflicts=(pycharm-community-edition)
-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() {