mirror of
https://github.com/archlinux/aur.git
synced 2026-02-21 04:57:06 +01:00
Updated to 162.426.5
This commit is contained in:
parent
2f9f80fe06
commit
0bf49cf2a1
2 changed files with 7 additions and 7 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Wed May 18 23:32:33 UTC 2016
|
||||
# Fri May 27 06:45:19 UTC 2016
|
||||
pkgbase = clion-eap
|
||||
pkgdesc = C/C++ IDE. 30-day evaluation.
|
||||
pkgver = 162.232.8
|
||||
pkgver = 162.426.5
|
||||
pkgrel = 1
|
||||
url = http://www.jetbrains.com/clion
|
||||
arch = x86_64
|
||||
|
|
@ -17,10 +17,10 @@ pkgbase = clion-eap
|
|||
optdepends = swift: Swift programming language support (Also requires the plugin)
|
||||
optdepends = python: Python programming language support (Also requires the plugin)
|
||||
optdepends = python2: Python 2 programming language support (Also requires the plugin)
|
||||
noextract = CLion-162.232.8.tar.gz
|
||||
noextract = CLion-162.426.5.tar.gz
|
||||
options = !strip
|
||||
source = https://download.jetbrains.com/cpp/CLion-162.232.8.tar.gz
|
||||
sha512sums = b0d7e07f3e71e965328cb4d5e8e705799f1edc26de2a96bdef0f10ef4cf9703547755e5e5ad7b47d0c762a805236db705abab92a98adeded7367b340f76f5955
|
||||
source = https://download.jetbrains.com/cpp/CLion-162.426.5.tar.gz
|
||||
sha512sums = 214b1146f8f26561c4b3ebbc9aad8a65427af23d701bc0ed4992f067eaef7e95d4a9c549e61617d50c9b8c143de345483784143ae58db819fc49bf20db2d1196
|
||||
|
||||
pkgname = clion-eap
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -7,7 +7,7 @@
|
|||
pkgname=clion-eap
|
||||
_pkgname=clion
|
||||
_archname=CLion
|
||||
pkgver=162.232.8
|
||||
pkgver=162.426.5
|
||||
_pkgver=${pkgver}
|
||||
pkgrel=1
|
||||
pkgdesc="C/C++ IDE. 30-day evaluation."
|
||||
|
|
@ -28,7 +28,7 @@ optdepends=(
|
|||
'python2: Python 2 programming language support (Also requires the plugin)'
|
||||
)
|
||||
source=("https://download.jetbrains.com/cpp/${_archname}-${_pkgver}.tar.gz")
|
||||
sha512sums=('b0d7e07f3e71e965328cb4d5e8e705799f1edc26de2a96bdef0f10ef4cf9703547755e5e5ad7b47d0c762a805236db705abab92a98adeded7367b340f76f5955')
|
||||
sha512sums=('214b1146f8f26561c4b3ebbc9aad8a65427af23d701bc0ed4992f067eaef7e95d4a9c549e61617d50c9b8c143de345483784143ae58db819fc49bf20db2d1196')
|
||||
noextract=("${_archname}-${_pkgver}.tar.gz")
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue