summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchibald8692020-10-03 23:21:23 +0200
committerarchibald8692020-10-03 23:21:23 +0200
commit9c8ff269a3d91093fce2c85c7bc3cd971c92c073 (patch)
tree70654a3353d34cad0d9d41f0a2e26cb8e08d6d06
parentae3ec1edb4c220dab6f704c41f38db5bf80d27e7 (diff)
downloadaur-9c8ff269a3d91093fce2c85c7bc3cd971c92c073.tar.gz
Remove libffi as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6107fe09273..a1efab9d0e0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cling
pkgdesc = Interactive C++ interpreter, built on the top of LLVM and Clang libraries
pkgver = 0.7
- pkgrel = 1
+ pkgrel = 2
url = https://root.cern.ch/cling
arch = i686
arch = x86_64
@@ -9,7 +9,6 @@ pkgbase = cling
makedepends = git
makedepends = cmake
depends = libxml2
- depends = libffi
optdepends = python2: support for scan-view and Jupyter
optdepends = perl: support for scan-build, ccc-analyzer and c++-analyzer
provides = cling
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"