mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
Switch to using new native launcher
This commit is contained in:
parent
d8ff803dbd
commit
ecdbdd450d
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = clion-eap
|
||||
pkgdesc = Cross-platform IDE for C and C++ from JetBrains. Early Access Program.
|
||||
pkgver = 242.12881.46
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.jetbrains.com/clion
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -11,7 +11,7 @@ _pkgname=clion
|
|||
_dlname=CLion
|
||||
pkgver=242.12881.46
|
||||
_dlver=$pkgver
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Cross-platform IDE for C and C++ from JetBrains. Early Access Program."
|
||||
arch=('x86_64' 'aarch64')
|
||||
options=(!strip)
|
||||
|
|
@ -82,7 +82,7 @@ package_clion-eap() {
|
|||
"${pkgdir}/usr/share/pixmaps/${pkgbase}.svg"
|
||||
ln -s "/opt/${pkgbase}/license/CLion_Preview_License.txt" \
|
||||
"${pkgdir}/usr/share/licenses/${pkgbase}"
|
||||
ln -s "/opt/${pkgbase}/bin/${_pkgname}.sh" \
|
||||
ln -s "/opt/${pkgbase}/bin/${_pkgname}" \
|
||||
"${pkgdir}/usr/bin/${pkgbase}"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue