summarylogtreecommitdiffstats
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
parentd1c5c8f1681382b3e883ff44af460e24cc3d5bfc (diff)
downloadaur-20c9d2521109f909e65e55eb8a6a94c90b647c03.tar.gz
Fix makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 976407f2658d..d7984546f427 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Feb 17 14:07:25 UTC 2016
+# Wed Feb 17 14:12:25 UTC 2016
pkgbase = cling-git
pkgdesc = Interactive C++ interpreter built on the top of LLVM and Clang libraries.
pkgver = r2850.a754fcc
@@ -11,9 +11,9 @@ pkgbase = cling-git
makedepends = cmake
makedepends = libffi
makedepends = git
+ makedepends = python
makedepends = python2
makedepends = jupyter
- makedepends = python-pip
source = llvm::git+http://root.cern.ch/git/llvm.git#branch=cling-patches
source = clang::git+http://root.cern.ch/git/clang.git#branch=cling-patches
source = cling::git+http://root.cern.ch/git/cling.git#branch=master
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"