mirror of
https://github.com/archlinux/aur.git
synced 2026-02-21 04:57:06 +01:00
Use generic swift-language package
This commit is contained in:
parent
ec29791606
commit
accfbea26b
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,9 +1,9 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Wed Dec 30 12:09:54 UTC 2015
|
||||
# Mon Jan 11 19:48:57 UTC 2016
|
||||
pkgbase = clion-eap
|
||||
pkgdesc = C/C++ IDE. 30-day evaluation.
|
||||
pkgver = 144.2608.6
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.jetbrains.com/clion
|
||||
arch = x86_64
|
||||
license = custom
|
||||
|
|
@ -14,7 +14,7 @@ pkgbase = clion-eap
|
|||
optdepends = clang: LLVM compiler
|
||||
optdepends = biicode: C/C++ dependency manager
|
||||
optdepends = gtest: C++ testing
|
||||
optdepends = swift-bin: Swift programming language support (Also requires the plugin)
|
||||
optdepends = swift-language: Swift programming language support (Also requires the plugin)
|
||||
noextract = CLion-144.2608.6.tar.gz
|
||||
options = !strip
|
||||
source = https://download.jetbrains.com/cpp/CLion-144.2608.6.tar.gz
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -9,7 +9,7 @@ _pkgname=clion
|
|||
_archname=CLion
|
||||
pkgver=144.2608.6
|
||||
_pkgver=${pkgver}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="C/C++ IDE. 30-day evaluation."
|
||||
arch=('x86_64')
|
||||
options=(!strip)
|
||||
|
|
@ -23,7 +23,7 @@ optdepends=(
|
|||
'clang: LLVM compiler'
|
||||
'biicode: C/C++ dependency manager'
|
||||
'gtest: C++ testing'
|
||||
'swift-bin: Swift programming language support (Also requires the plugin)'
|
||||
'swift-language: Swift programming language support (Also requires the plugin)'
|
||||
)
|
||||
source=("https://download.jetbrains.com/cpp/${_archname}-${_pkgver}.tar.gz")
|
||||
sha512sums=('7e002279f4d061f46250a223648818a62f10efaf3b55aec20a64e355f16eccd623c4940d3c939a668ff6ca2d158ac6ebd2b0cff6129670efc4d1a3495ab33d67')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue