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 | |
parent | 171d9de836c733025b45d279c5f91bd6de09101a (diff) | |
download | aur-fa990cdd09c192dfcdbfe1c1b32f390950d427c5.tar.gz |
add git makedepends
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,6 +5,7 @@ pkgbase = python-onvif-zeep-git url = https://github.com/FalkTannhaeuser/python-onvif-zeep arch = any license = MIT + makedepends = git makedepends = python-setuptools depends = python depends = python-setuptools @@ -15,4 +16,3 @@ pkgbase = python-onvif-zeep-git sha512sums = SKIP pkgname = python-onvif-zeep-git - @@ -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') |