summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsubstanceof2016-04-25 23:42:19 +0300
committersubstanceof2016-04-25 23:42:19 +0300
commit56ef90f43d1658d3eff4b0fa70e16e8f88990c34 (patch)
tree061ca1ad8d0cc1ac65cf7b646027dc6657e989f4
parentd7e1fd4534b8a27144f9595fb31ad9adfa73f616 (diff)
downloadaur-56ef90f43d1658d3eff4b0fa70e16e8f88990c34.tar.gz
add git makedepend
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac9770bc415b..533b9cd04c11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://github.com/HaCk3Dq/vk"
license=('Apache')
depends=('curl' 'openssl' 'ncurses>=5.7')
-makedepends=('dub' 'dmd')
+makedepends=('dub' 'dmd' 'git')
optdepends=('mplayer: for music playback')
provides=("$pkgname")
conflicts=()