mirror of
https://github.com/archlinux/aur.git
synced 2026-02-20 20:43:47 +01:00
Updated to 144.2151.8 (1.5 EAP)
This commit is contained in:
parent
7f31b23107
commit
c7ef28fff9
2 changed files with 14 additions and 11 deletions
11
.SRCINFO
11
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Thu Dec 10 15:34:51 UTC 2015
|
||||
# Wed Dec 16 20:30:43 UTC 2015
|
||||
pkgbase = clion-eap
|
||||
pkgdesc = C/C++ IDE. 30-day evaluation.
|
||||
pkgver = 143.1183
|
||||
pkgver = 144.2151.8
|
||||
pkgrel = 1
|
||||
url = http://www.jetbrains.com/clion
|
||||
arch = x86_64
|
||||
|
|
@ -14,10 +14,11 @@ pkgbase = clion-eap
|
|||
optdepends = clang: LLVM compiler
|
||||
optdepends = biicode: C/C++ dependency manager
|
||||
optdepends = gtest: C++ testing
|
||||
noextract = clion-1.2.2-RC.tar.gz
|
||||
optdepends = swift-bin: Swift programming language support (Also requires the plugin)
|
||||
noextract = CLion-144.2151.8.tar.gz
|
||||
options = !strip
|
||||
source = https://download.jetbrains.com/cpp/clion-1.2.2-RC.tar.gz
|
||||
sha512sums = 056f1f618d16dbfb380ef9760e56a38a428c5b57ce7010ec9bde0afa4c4063cfda5a1768fb338fc06271e7b35865cf4860eea4641bc7071e0820da9d9f1c674e
|
||||
source = https://download.jetbrains.com/cpp/CLion-144.2151.8.tar.gz
|
||||
sha512sums = 990d84ec3db7982d130e5c96f01448741d890c3197b26d5390e25cad368041d211bbca5c7311ef41b52c3a346fcef1dc302b5bc8aac49cb1f6217b073ce7e880
|
||||
|
||||
pkgname = clion-eap
|
||||
|
||||
|
|
|
|||
14
PKGBUILD
14
PKGBUILD
|
|
@ -6,8 +6,9 @@
|
|||
|
||||
pkgname=clion-eap
|
||||
_pkgname=clion
|
||||
pkgver=143.1183
|
||||
_pkgver=1.2.2-RC
|
||||
_archname=CLion
|
||||
pkgver=144.2151.8
|
||||
_pkgver=${pkgver}
|
||||
pkgrel=1
|
||||
pkgdesc="C/C++ IDE. 30-day evaluation."
|
||||
arch=('x86_64')
|
||||
|
|
@ -22,14 +23,15 @@ optdepends=(
|
|||
'clang: LLVM compiler'
|
||||
'biicode: C/C++ dependency manager'
|
||||
'gtest: C++ testing'
|
||||
'swift-bin: Swift programming language support (Also requires the plugin)'
|
||||
)
|
||||
source=("https://download.jetbrains.com/cpp/${_pkgname}-${_pkgver}.tar.gz")
|
||||
sha512sums=('056f1f618d16dbfb380ef9760e56a38a428c5b57ce7010ec9bde0afa4c4063cfda5a1768fb338fc06271e7b35865cf4860eea4641bc7071e0820da9d9f1c674e')
|
||||
noextract=("${_pkgname}-${_pkgver}.tar.gz")
|
||||
source=("https://download.jetbrains.com/cpp/${_archname}-${_pkgver}.tar.gz")
|
||||
sha512sums=('990d84ec3db7982d130e5c96f01448741d890c3197b26d5390e25cad368041d211bbca5c7311ef41b52c3a346fcef1dc302b5bc8aac49cb1f6217b073ce7e880')
|
||||
noextract=("${_archname}-${_pkgver}.tar.gz")
|
||||
|
||||
package() {
|
||||
mkdir -p "${pkgdir}/opt/${pkgname}"
|
||||
bsdtar --strip-components 1 -xf "${_pkgname}-${_pkgver}.tar.gz" -C "${pkgdir}/opt/${pkgname}"
|
||||
bsdtar --strip-components 1 -xf "${_archname}-${_pkgver}.tar.gz" -C "${pkgdir}/opt/${pkgname}"
|
||||
|
||||
# Uncomment to use system JRE, CMake and/or GDB instead of the bundled one(s)
|
||||
#rm -r "${pkgdir}/opt/${pkgname}/jre"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue