diff options
Diffstat (limited to 'community/greenbone-security-assistant/APKBUILD')
-rw-r--r-- | community/greenbone-security-assistant/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/greenbone-security-assistant/APKBUILD b/community/greenbone-security-assistant/APKBUILD index 9aa53b5a52..04988a2038 100644 --- a/community/greenbone-security-assistant/APKBUILD +++ b/community/greenbone-security-assistant/APKBUILD @@ -3,14 +3,14 @@ pkgname=greenbone-security-assistant _pkgname=gsad pkgver=7.0.2 -pkgrel=7 +pkgrel=8 pkgdesc="Greenbone Security Assistant (gsa) - OpenVAS web frontend" url="http://www.openvas.org/" arch="all" license="GPL" depends="wget" -makedepends="cmake doxygen xmltoman openvas-libraries-dev - libxslt-dev libmicrohttpd-dev py-polib" +makedepends="cmake doxygen xmltoman graphviz gvm-libs-dev + libxslt-dev libmicrohttpd-dev py-polib libgcrypt-dev" checkdepends="cppcheck" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/greenbone/gsa/archive/v${pkgver}.tar.gz |