summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorarchibald8692020-06-12 22:34:28 +0200
committerarchibald8692020-06-12 22:34:28 +0200
commit80087d0e75bd920c2465c6acfa5d56bc5c2e87d7 (patch)
treed0a8734e0beb802a5457964a528aa075b2be93a4 /PKGBUILD
parent9b884740cb382b532e6553fe6351fda0a580d193 (diff)
downloadaur-80087d0e75bd920c2465c6acfa5d56bc5c2e87d7.tar.gz
Add cmake as build dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69232fb69710..ce5c25ad0213 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cling
pkgver=0.6
-pkgrel=3
+pkgrel=4
pkgdesc="Interactive C++ interpreter, built on the top of LLVM and Clang libraries"
arch=("i686" "x86_64")
url="https://root.cern.ch/cling"
@@ -10,7 +10,7 @@ license=("custom:Cling Release License")
provides=("cling")
conflicts=("cling")
depends=("libxml2" "libffi")
-makedepends=("git")
+makedepends=("git" "cmake")
optdepends=(
"python2: support for scan-view and Jupyter"
"perl: support for scan-build, ccc-analyzer and c++-analyzer"