diff options
author | desbma | 2022-02-18 18:22:07 +0100 |
---|---|---|
committer | desbma | 2022-02-18 18:22:32 +0100 |
commit | fa990cdd09c192dfcdbfe1c1b32f390950d427c5 (patch) | |
tree | 1728fca4498aad450fa330cd0c9a4c108a23b300 /PKGBUILD | |
parent | 171d9de836c733025b45d279c5f91bd6de09101a (diff) | |
download | aur-fa990cdd09c192dfcdbfe1c1b32f390950d427c5.tar.gz |
add git makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |