Updated to 2016.1.2 RC (145.970.11)

This commit is contained in:
Raphaël Doursenaud 2016-04-28 10:53:40 +02:00
parent 07b0adfd2d
commit 62fdc173aa
No known key found for this signature in database
GPG key ID: 6992A63407576955
2 changed files with 12 additions and 8 deletions

View file

@ -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

View file

@ -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() {