mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 23:27:54 +01:00
Remove biicode optional dependency
This commit is contained in:
parent
9eda036924
commit
08a99c3945
2 changed files with 2 additions and 4 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = clion-eap
|
||||
pkgdesc = C/C++ IDE. 30-day evaluation.
|
||||
pkgver = 232.8660.186
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.jetbrains.com/clion
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
|
|
@ -28,7 +28,6 @@ pkgname = clion-eap
|
|||
optdepends = lldb: native LLVM debugger
|
||||
optdepends = gcc: GNU compiler
|
||||
optdepends = clang: LLVM compiler
|
||||
optdepends = biicode: C/C++ dependency manager
|
||||
optdepends = gtest: C++ testing
|
||||
optdepends = swift-language: Swift programming language support (Also requires the plugin)
|
||||
optdepends = python: Python 3 programming language support
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -11,7 +11,7 @@ _pkgname=clion
|
|||
_dlname=CLion
|
||||
pkgver=232.8660.186
|
||||
_dlver=2023.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="C/C++ IDE. 30-day evaluation."
|
||||
arch=('x86_64' 'aarch64')
|
||||
options=(!strip)
|
||||
|
|
@ -46,7 +46,6 @@ package_clion-eap() {
|
|||
'lldb: native LLVM debugger'
|
||||
'gcc: GNU compiler'
|
||||
'clang: LLVM compiler'
|
||||
'biicode: C/C++ dependency manager'
|
||||
'gtest: C++ testing'
|
||||
'swift-language: Swift programming language support (Also requires the plugin)'
|
||||
'python: Python 3 programming language support'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue