summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraimileus2018-01-24 20:29:35 +0100
committeraimileus2018-01-24 20:29:35 +0100
commitdab1042788bda8fe0489b883eca18fc3f859f06c (patch)
tree0cf8bdd523e84742207c22d64108c2977bbb64c0 /PKGBUILD
parentc551f68a13affa74f2e0873a7ecf91ba339692bd (diff)
downloadaur-dab1042788bda8fe0489b883eca18fc3f859f06c.tar.gz
add git as make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42251f6f2af7..f435dfbb8632 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,9 @@ depends=(
'atlas-lapack'
)
makedepends=(
- 'swig'
+ 'git'
'python-setuptools'
+ 'swig'
)
conflicts=('python-snowboy')
provides=('python-snowboy')