diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-12-13 18:46:30 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-12-13 18:46:30 +0000 |
commit | b0564b3d499cb6b85d8908a98d9439ed0ff167f0 (patch) | |
tree | 788871511d2a13a942ce056e5a598d1cbc087fa8 /community/greenbone-security-assistant | |
parent | 7611aeef440c081a39babe105237a0add0b70f86 (diff) | |
download | aports-b0564b3d499cb6b85d8908a98d9439ed0ff167f0.tar.bz2 aports-b0564b3d499cb6b85d8908a98d9439ed0ff167f0.tar.xz |
community/greenbone-security-assistant: modified makedepends
- renamed openvas-libraries-dev to gvm-libs-dev
- added missing dependencies
Diffstat (limited to 'community/greenbone-security-assistant')
-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 |