[arch-commits] Commit in greenbone-security-assistant/trunk (PKGBUILD)
Christian Rebischke
shibumi at archlinux.org
Tue Mar 13 18:01:59 UTC 2018
Date: Tuesday, March 13, 2018 @ 18:01:52
Author: shibumi
Revision: 307415
upgpkg: greenbone-security-assistant 7.0.2-2
rebuild for new openvas-library version
Modified:
greenbone-security-assistant/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-03-13 17:54:45 UTC (rev 307414)
+++ PKGBUILD 2018-03-13 18:01:52 UTC (rev 307415)
@@ -3,16 +3,19 @@
# Maintainer : Levente Polyak <anthraxx[at]archlinux[dot]org>
# Contributor : Daniel Micay <danielmicay at gmail.com>
pkgname=greenbone-security-assistant
+conflicts=('gsa')
+provides=('gsa')
+replaces=('gsa')
pkgver=7.0.2
-pkgrel=1
+pkgrel=2
pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
url='http://www.openvas.org/'
-license=(GPL)
+license=('GPL')
arch=('x86_64')
depends=('libmicrohttpd' 'openvas-libraries' 'libxslt')
makedepends=('cmake' 'doxygen' 'xmltoman')
-groups=(openvas)
-backup=(etc/openvas/gsad_log.conf)
+groups=('openvas')
+backup=('etc/openvas/gsad_log.conf')
# These URLs need to be manually updated on every pkgver upgrade.
# http://wald.intevation.org/frs/?group_id=29
source=("http://wald.intevation.org/frs/download.php/2429/greenbone-security-assistant-7.0.2.tar.gz"
@@ -22,9 +25,6 @@
validpgpkeys=(
'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer Integrity
)
-conflicts=(gsa)
-provides=(gsa)
-replaces=(gsa)
build() {
cd "${pkgname}-${pkgver}"
More information about the arch-commits
mailing list