summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordesbma2022-02-18 18:22:07 +0100
committerdesbma2022-02-18 18:22:32 +0100
commitfa990cdd09c192dfcdbfe1c1b32f390950d427c5 (patch)
tree1728fca4498aad450fa330cd0c9a4c108a23b300 /PKGBUILD
parent171d9de836c733025b45d279c5f91bd6de09101a (diff)
downloadaur-fa990cdd09c192dfcdbfe1c1b32f390950d427c5.tar.gz
add git makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index def17fa8dc1f..c74d20aad163 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ provides=('python-onvif-zeep')
depends=('python'
'python-setuptools'
'python-zeep')
-makedepends=('python-setuptools')
+makedepends=('git' 'python-setuptools')
source=("git+https://github.com/FalkTannhaeuser/${_gitname}")
sha512sums=('SKIP')