summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTarn Burton2017-04-04 13:43:44 -0400
committerTarn Burton2017-04-04 13:43:44 -0400
commitdc451fe13f7a6cf0f5eb5b354e92ad55f07509b1 (patch)
tree521a62f9f3a141180060934ac3f97d1f18969c33 /PKGBUILD
parentcfc8a0479f6ac2401fe857fbc0c9a1f6c372d914 (diff)
downloadaur-dc451fe13f7a6cf0f5eb5b354e92ad55f07509b1.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6274b834c353..fb1e63e765a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="http://cadabra.science/"
license=('GPL')
conflicts=('cadabra2-git')
depends=('python-matplotlib' 'gtkmm3' 'jsoncpp' 'mathjax' 'boost-libs' 'python-sympy' 'texlive-core')
-makedepends=('cmake' 'boost')
+makedepends=('cmake' 'boost' 'git')
source=("$pkgname::git+https://github.com/kpeeters/cadabra2#tag=$pkgver" "package.patch")
md5sums=('SKIP'
'2cf414a7280fd64858d1d19d38d4bd8c')