summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorarchibald8692020-10-03 23:21:23 +0200
committerarchibald8692020-10-03 23:21:23 +0200
commit9c8ff269a3d91093fce2c85c7bc3cd971c92c073 (patch)
tree70654a3353d34cad0d9d41f0a2e26cb8e08d6d06 /PKGBUILD
parentae3ec1edb4c220dab6f704c41f38db5bf80d27e7 (diff)
downloadaur-9c8ff269a3d91093fce2c85c7bc3cd971c92c073.tar.gz
Remove libffi as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31602a3d02ea..9a61e89cc2a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=cling
pkgver=0.7
-pkgrel=1
+pkgrel=2
pkgdesc="Interactive C++ interpreter, built on the top of LLVM and Clang libraries"
arch=("i686" "x86_64")
url="https://root.cern.ch/cling"
license=("custom:Cling Release License")
provides=("cling")
conflicts=("cling")
-depends=("libxml2" "libffi")
+depends=("libxml2")
makedepends=("git" "cmake")
optdepends=(
"python2: support for scan-view and Jupyter"