summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz2016-02-17 15:12:39 +0100
committerEduardo Sánchez Muñoz2016-02-17 15:12:39 +0100
commit20c9d2521109f909e65e55eb8a6a94c90b647c03 (patch)
tree810430b176f3653ba386e3b81a3dafced78aa0ba /PKGBUILD
parentd1c5c8f1681382b3e883ff44af460e24cc3d5bfc (diff)
downloadaur-20c9d2521109f909e65e55eb8a6a94c90b647c03.tar.gz
Fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 747fd2e81164..f1a77de92262 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Interactive C++ interpreter built on the top of LLVM and Clang librarie
arch=('i686' 'x86_64')
url="https://root.cern.ch/cling"
license=('custom:Cling Release License')
-makedepends=('cmake' 'libffi' 'git' 'python2' 'jupyter' 'python-pip')
+makedepends=('cmake' 'libffi' 'git' 'python' 'python2' 'jupyter')
source=("llvm::git+http://root.cern.ch/git/llvm.git#branch=cling-patches"
"clang::git+http://root.cern.ch/git/clang.git#branch=cling-patches"
"cling::git+http://root.cern.ch/git/cling.git#branch=master"