Remove biicode optional dependency

This commit is contained in:
Michael Hansen 2023-08-16 08:13:21 -07:00
parent 9eda036924
commit 08a99c3945
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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'