mirror of
https://github.com/archlinux/aur.git
synced 2026-02-21 04:57:06 +01:00
Updated to 162.844.13
This commit is contained in:
parent
f94806e84d
commit
b28174cba6
2 changed files with 7 additions and 7 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Thu Jun 2 02:26:15 UTC 2016
|
||||
# Thu Jun 9 20:22:51 UTC 2016
|
||||
pkgbase = clion-eap
|
||||
pkgdesc = C/C++ IDE. 30-day evaluation.
|
||||
pkgver = 162.646.11
|
||||
pkgver = 162.844.13
|
||||
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.646.11.tar.gz
|
||||
noextract = CLion-162.844.13.tar.gz
|
||||
options = !strip
|
||||
source = https://download.jetbrains.com/cpp/CLion-162.646.11.tar.gz
|
||||
sha512sums = f00bcc13dc2a306aa7d5df33997edc650a40da1afbc5953084bd44a416f2fd1f562e3759eb95f998e6085f7d6fef008f743620b8df1565c577d91acd857a7897
|
||||
source = https://download.jetbrains.com/cpp/CLion-162.844.13.tar.gz
|
||||
sha512sums = 314508b133e80708aff0e8263ec67e5d86ef7deca53889ecc34159d6eba71ad24aef046bd43832166ad3da685efd763a9e6b672474c8cbf352a232f7e7d036d5
|
||||
|
||||
pkgname = clion-eap
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -7,7 +7,7 @@
|
|||
pkgname=clion-eap
|
||||
_pkgname=clion
|
||||
_archname=CLion
|
||||
pkgver=162.646.11
|
||||
pkgver=162.844.13
|
||||
_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=('f00bcc13dc2a306aa7d5df33997edc650a40da1afbc5953084bd44a416f2fd1f562e3759eb95f998e6085f7d6fef008f743620b8df1565c577d91acd857a7897')
|
||||
sha512sums=('314508b133e80708aff0e8263ec67e5d86ef7deca53889ecc34159d6eba71ad24aef046bd43832166ad3da685efd763a9e6b672474c8cbf352a232f7e7d036d5')
|
||||
noextract=("${_archname}-${_pkgver}.tar.gz")
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue