diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-02-19 10:27:05 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-02-19 10:27:05 +0000 |
commit | 6e0c93be8443b0b000526278f1135674ce19e018 (patch) | |
tree | 317b1069f2d6d1fd0f215ad453af01c5b774528e /community/greenbone-security-assistant/APKBUILD | |
parent | 65c9d893ce9e9832f94cf7c754001075c09e2202 (diff) | |
download | aports-6e0c93be8443b0b000526278f1135674ce19e018.tar.bz2 aports-6e0c93be8443b0b000526278f1135674ce19e018.tar.xz |
community/greenbone-security-assistant: rebuild due to openvas-libraries rename
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 d6509a020a..722fdebfc6 100644 --- a/community/greenbone-security-assistant/APKBUILD +++ b/community/greenbone-security-assistant/APKBUILD @@ -3,16 +3,16 @@ pkgname=greenbone-security-assistant _pkgname=gsad pkgver=7.0.3 -pkgrel=0 +pkgrel=1 pkgdesc="Greenbone Security Assistant (gsa) - OpenVAS web frontend" url="http://www.openvas.org/" arch="all" license="GPL" depends="wget" -makedepends="cmake doxygen xmltoman graphviz gvm-libs-dev +makedepends="cmake doxygen xmltoman graphviz openvas-libraries-dev libxslt-dev libmicrohttpd-dev py3-polib libgcrypt-dev" checkdepends="cppcheck" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-openrc" source="$pkgname-$pkgver.tar.gz::https://github.com/greenbone/gsa/archive/v${pkgver}.tar.gz $_pkgname.initd $_pkgname.confd |