summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorarchibald8692020-03-15 19:06:05 +0100
committerarchibald8692020-03-15 19:06:05 +0100
commit9b884740cb382b532e6553fe6351fda0a580d193 (patch)
tree45333f0fa6920c2866d4ff944bdc1630fc043167 /PKGBUILD
parent0abd752c85305efdd533dd0e3299283596b6325b (diff)
downloadaur-9b884740cb382b532e6553fe6351fda0a580d193.tar.gz
Add git as build dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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"