[arch-commits] Commit in greenbone-security-assistant/trunk (PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Wed Oct 25 22:23:46 UTC 2017


    Date: Wednesday, October 25, 2017 @ 22:23:45
  Author: shibumi
Revision: 264313

upgpkg: greenbone-security-assistant 7.0.2-1

Modified:
  greenbone-security-assistant/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-25 22:23:20 UTC (rev 264312)
+++ PKGBUILD	2017-10-25 22:23:45 UTC (rev 264313)
@@ -1,7 +1,9 @@
 # $Id$
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Maintainer  : Christian Rebischke <chris.rebischke at archlinux.org>
+# Maintainer  : Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor : Daniel Micay <danielmicay at gmail.com>
 pkgname=greenbone-security-assistant
-pkgver=6.0.12
+pkgver=7.0.2
 pkgrel=1
 pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
 url='http://www.openvas.org/'
@@ -13,9 +15,9 @@
 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/2442/$pkgname-$pkgver.tar.gz"
-        "http://wald.intevation.org/frs/download.php/2443/$pkgname-$pkgver.tar.gz.asc")
-sha512sums=('d9d14e2b99577197ac00745693ca2b1205445708efe6170ab23bc52f48eafd7d7584196241129617720983cca8fed78fd4849b4c198a31799361b37c0615dddf'
+source=("http://wald.intevation.org/frs/download.php/2429/greenbone-security-assistant-7.0.2.tar.gz"
+        "http://wald.intevation.org/frs/download.php/2430/greenbone-security-assistant-7.0.2.tar.gz.sig")
+sha512sums=('e3ccc8704845d8271a8628a19f7a79aea6c19f2cd52f4c69ee698b314c3b8de1099831394c8b474fa79fb1bba4dc5c42e88351edeca82e1c1b4f46f625f746ae'
             'SKIP')
 validpgpkeys=(
               'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer Integrity
@@ -25,7 +27,7 @@
 replaces=(gsa)
 
 build() {
-  cd $pkgname-$pkgver
+  cd "${pkgname}-${pkgver}"
   cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
     -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var . -DSBINDIR=/usr/bin
   make
@@ -32,6 +34,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list