diff options
-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" |