summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzocker-1602021-09-06 21:47:24 +0200
committerzocker-1602021-09-06 21:47:24 +0200
commit81f9132c4f7bd72fcb52759c3a5eb561b5c36b7b (patch)
tree416db8f06ff4c525773648c4c60dc1a407a2d11e
parent91c9986fc141339db93c37e57c4b991011b664d8 (diff)
downloadaur-81f9132c4f7bd72fcb52759c3a5eb561b5c36b7b.tar.gz
add git to makedepends
-rw-r--r--.SRCINFO1
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1adb302e3e2a..2844113b813f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = keyboard-center
install = keyboard-center.install
arch = x86_64
license = GPL3
+ makedepends = git
depends = python>=3.8
depends = python-pyqt5>=5.14
depends = python-pip>=20
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')