summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzocker-1602021-09-06 21:47:24 +0200
committerzocker-1602021-09-06 21:47:24 +0200
commit81f9132c4f7bd72fcb52759c3a5eb561b5c36b7b (patch)
tree416db8f06ff4c525773648c4c60dc1a407a2d11e /PKGBUILD
parent91c9986fc141339db93c37e57c4b991011b664d8 (diff)
downloadaur-81f9132c4f7bd72fcb52759c3a5eb561b5c36b7b.tar.gz
add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd1e8f6a4e31..4ce806d601f5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ depends=(
'python-inotify-simple>=1.3'
'libnotify>=0.7.9'
)
-#conflicts=('')
+makedepends=('git')
source=("$pkgname-$pkgver::git+https://github.com/zocker-160/keyboard-center.git#tag=$pkgver")
sha256sums=('SKIP')