[arch-commits] Commit in greenbone-security-assistant/trunk (PKGBUILD)
Daniel Micay
thestinger at archlinux.org
Thu Sep 18 06:15:12 UTC 2014
Date: Thursday, September 18, 2014 @ 08:15:11
Author: thestinger
Revision: 119170
upgpkg: greenbone-security-assistant 5.0.3-1
Modified:
greenbone-security-assistant/trunk/PKGBUILD
----------+
PKGBUILD | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-09-18 06:13:22 UTC (rev 119169)
+++ PKGBUILD 2014-09-18 06:15:11 UTC (rev 119170)
@@ -1,8 +1,8 @@
# $Id$
# Maintainer: Daniel Micay <danielmicay at gmail.com>
pkgname=greenbone-security-assistant
-pkgver=5.0.2
-pkgrel=2
+pkgver=5.0.3
+pkgrel=1
pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
url='http://www.openvas.org/'
license=(GPL)
@@ -11,10 +11,12 @@
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
-source=("http://wald.intevation.org/frs/download.php/1694/$pkgname-$pkgver.tar.gz")
-md5sums=('d05d6cdb4555d9aea12abbd67e651e0d')
+# 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/1734/$pkgname-$pkgver.tar.gz"
+ "http://wald.intevation.org/frs/download.php/1735/$pkgname-$pkgver.tar.gz.asc")
+md5sums=('d1148f21265346ee6257895918d8dedb'
+ 'SKIP')
conflicts=(gsa)
provides=(gsa)
replaces=(gsa)
@@ -21,7 +23,8 @@
build() {
cd $pkgname-$pkgver
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+ -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
make
}
More information about the arch-commits
mailing list