aboutsummaryrefslogtreecommitdiffstats
path: root/community/ospd-acunetix
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-04-15 13:59:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-17 11:45:43 +0000
commit35ea0a07c88a23a90e11589bc4c84603972dfba8 (patch)
treeacc7037900df1d1339009dff97f8e6b49b119355 /community/ospd-acunetix
parent6f2536a866248eab804cb5e96f58c8be27eb1470 (diff)
downloadaports-35ea0a07c88a23a90e11589bc4c84603972dfba8.tar.bz2
aports-35ea0a07c88a23a90e11589bc4c84603972dfba8.tar.xz
community/ospd-acunetix: rebuild against python 3.7
Diffstat (limited to 'community/ospd-acunetix')
-rw-r--r--community/ospd-acunetix/APKBUILD4
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