summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db335f20eab9..8755748e0655 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = cling
pkgdesc = Interactive C++ interpreter, built on the top of LLVM and Clang libraries
pkgver = 0.6
- pkgrel = 2
+ pkgrel = 3
url = https://root.cern.ch/cling
arch = i686
arch = x86_64
license = custom:Cling Release License
+ makedepends = git
depends = libxml2
depends = libffi
optdepends = python2: support for scan-view and Jupyter
diff --git a/PKGBUILD b/PKGBUILD
index e20df1b8f57d..69232fb69710 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cling
pkgver=0.6
-pkgrel=2
+pkgrel=3
pkgdesc="Interactive C++ interpreter, built on the top of LLVM and Clang libraries"
arch=("i686" "x86_64")
url="https://root.cern.ch/cling"
@@ -10,6 +10,7 @@ license=("custom:Cling Release License")
provides=("cling")
conflicts=("cling")
depends=("libxml2" "libffi")
+makedepends=("git")
optdepends=(
"python2: support for scan-view and Jupyter"
"perl: support for scan-build, ccc-analyzer and c++-analyzer"