diff --git a/.SRCINFO b/.SRCINFO index 13f3051df892..7104db8ce7e7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Thu Mar 10 20:17:25 UTC 2016 +# Thu Apr 28 08:54:26 UTC 2016 pkgbase = clion-eap pkgdesc = C/C++ IDE. 30-day evaluation. - pkgver = 145.256.37 + pkgver = 145.970.11 pkgrel = 1 url = http://www.jetbrains.com/clion arch = x86_64 @@ -15,10 +15,12 @@ pkgbase = clion-eap optdepends = biicode: C/C++ dependency manager optdepends = gtest: C++ testing optdepends = swift-language: Swift programming language support (Also requires the plugin) - noextract = CLion-145.256.37.tar.gz + optdepends = python: Python programming language support (Also requires the plugin) + optdepends = python2: Python 2 programming language support (Also requires the plugin) + noextract = CLion-2016.1.2-RC.tar.gz options = !strip - source = https://download.jetbrains.com/cpp/CLion-145.256.37.tar.gz - sha512sums = b6fd671a4d61434953d80e569220a156f187412d3f2a80582f1b419f01ba97fdc22bdee3ab732a52cf6636b37cb3ff2a3c9cb62191f4c12e6f6e25a555eeb6f8 + source = https://download.jetbrains.com/cpp/CLion-2016.1.2-RC.tar.gz + sha512sums = 24b85958891718f7e602ce743da5cf0ffbcf62bf37f3375411676a8399d81f13477a760ef02d889a8ea5ee8c3982c33bb3da1b2324f0669f2e4ffec0428e559a pkgname = clion-eap diff --git a/PKGBUILD b/PKGBUILD index 314c6046fd33..35251490854c 100755 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,8 +7,8 @@ pkgname=clion-eap _pkgname=clion _archname=CLion -pkgver=145.256.37 -_pkgver=${pkgver} +pkgver=145.970.11 +_pkgver=2016.1.2-RC pkgrel=1 pkgdesc="C/C++ IDE. 30-day evaluation." arch=('x86_64') @@ -24,9 +24,11 @@ optdepends=( 'biicode: C/C++ dependency manager' 'gtest: C++ testing' 'swift-language: Swift programming language support (Also requires the plugin)' + 'python: Python programming language support (Also requires the plugin)' + 'python2: Python 2 programming language support (Also requires the plugin)' ) source=("https://download.jetbrains.com/cpp/${_archname}-${_pkgver}.tar.gz") -sha512sums=('b6fd671a4d61434953d80e569220a156f187412d3f2a80582f1b419f01ba97fdc22bdee3ab732a52cf6636b37cb3ff2a3c9cb62191f4c12e6f6e25a555eeb6f8') +sha512sums=('24b85958891718f7e602ce743da5cf0ffbcf62bf37f3375411676a8399d81f13477a760ef02d889a8ea5ee8c3982c33bb3da1b2324f0669f2e4ffec0428e559a') noextract=("${_archname}-${_pkgver}.tar.gz") package() {