Date: Sunday, September 7, 2014 @ 22:46:28 Author: thestinger Revision: 118622
upgpkg: greenbone-security-assistant 5.0.2-2 Modified: greenbone-security-assistant/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-09-07 20:36:49 UTC (rev 118621) +++ PKGBUILD 2014-09-07 20:46:28 UTC (rev 118622) @@ -2,7 +2,7 @@ # Maintainer: Daniel Micay <[email protected]> pkgname=greenbone-security-assistant pkgver=5.0.2 -pkgrel=1 +pkgrel=2 pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend' url='http://www.openvas.org/' license=(GPL) @@ -9,6 +9,7 @@ arch=('i686' 'x86_64') depends=('libmicrohttpd' 'openvas-libraries') makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman') +groups=(openvas) backup=(etc/openvas/gsad_log.conf) # This URL needs to be manually updated on every pkgver upgrade. # http://www.openvas.org/install-source.html
