summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfrederik2016-10-14 16:58:50 +0200
committerfrederik2016-10-14 16:58:50 +0200
commitad4c55459987b1e2943f40707ced9f131b70e21d (patch)
treede2c23656c6e6c3998b583dc4ad7d60b7f230263 /PKGBUILD
parent5dbb824c1bb2c3e9c5cd5d588ed567422769e144 (diff)
downloadaur-ad4c55459987b1e2943f40707ced9f131b70e21d.tar.gz
add git as makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ece745638f8..fbec2b3a8eb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ pkgdesc="Open-source DNS benchmark utility"
arch=(any)
url="http://code.google.com/p/namebench/"
license=(Apache)
+makedepends=(git)
depends=(python2-dnspython python2-httplib2 python2-simplejson python2-jinja
python2-graphy)
optdepends=('tk: gui')