summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortheFerdi2652016-04-15 16:28:58 +0200
committertheFerdi2652016-04-15 16:28:58 +0200
commit203e61e802ad1e4655092b07c57d4d9aa0bfe70f (patch)
tree802015e5098b8dac0fb23d201fb968500a52389e /PKGBUILD
parent484b4831e70aa7c4bd297ea6ac20ea147d7442d7 (diff)
downloadaur-203e61e802ad1e4655092b07c57d4d9aa0bfe70f.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd53d8f6ae33..e9ff82136549 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url="https://github.com/wmutils/libwm"
arch=('i686' 'x86_64')
license=('ISC')
depends=('libxcb' 'xcb-util-wm')
+makedepends=('git')
source=("$pkgname::git+https://github.com/wmutils/libwm.git")
md5sums=('SKIP')