diff options
-rw-r--r-- | community/ospd-acunetix/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ospd-acunetix/APKBUILD b/community/ospd-acunetix/APKBUILD index 1731b6444a..65a391327f 100644 --- a/community/ospd-acunetix/APKBUILD +++ b/community/ospd-acunetix/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=ospd-acunetix pkgver=1.0b1 -pkgrel=2 +pkgrel=3 _pkgid=2181 pkgdesc="OSP server implementation to allow OpenVAS to remotel control nmap port scanner" url="http://www.openvas.org/" arch="noarch" license="GPL" depends="python3" -makedepends="cmake" +makedepends="cmake py3-setuptools" source="http://wald.intevation.org/frs/download.php/$_pkgid/$pkgname-$pkgver.tar.gz" builddir="$srcdir"/$pkgname-$pkgver |