diff options
author | prspkt <prspkt@protonmail.com> | 2019-07-26 08:12:59 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-07-26 08:15:08 +0300 |
commit | b3ae87293f5859ae91049406d90f43eaf873b8b4 (patch) | |
tree | d00d233a1259ee0aad56c87bad3165b983dc7afe /community/greenbone-security-assistant | |
parent | 560b42e861be431245cfa88e11715e7cb59a3674 (diff) | |
download | aports-b3ae87293f5859ae91049406d90f43eaf873b8b4.tar.bz2 aports-b3ae87293f5859ae91049406d90f43eaf873b8b4.tar.xz |
community/greenbone-security-assistant: drop python2
Signed-off-by: prspkt <prspkt@protonmail.com>
Diffstat (limited to 'community/greenbone-security-assistant')
-rw-r--r-- | community/greenbone-security-assistant/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/greenbone-security-assistant/APKBUILD b/community/greenbone-security-assistant/APKBUILD index 2a4df3ab73..4a4cdca2cf 100644 --- a/community/greenbone-security-assistant/APKBUILD +++ b/community/greenbone-security-assistant/APKBUILD @@ -3,14 +3,14 @@ pkgname=greenbone-security-assistant _pkgname=gsad pkgver=8.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Greenbone Security Assistant (gsa) - OpenVAS web frontend" url="http://www.openvas.org/" arch="all" license="GPL-2.0" depends="wget" makedepends="cmake doxygen xmltoman graphviz gvm-libs-dev - libxslt-dev libmicrohttpd-dev py2-polib libgcrypt-dev + libxslt-dev libmicrohttpd-dev py3-polib libgcrypt-dev nodejs-current npm yarn clang-dev" checkdepends="cppcheck" subpackages="$pkgname-doc $pkgname-openrc" |