[arch-commits] Commit in greenbone-security-assistant/repos/community-x86_64 (2 files)

Christian Rebischke shibumi at archlinux.org
Fri Apr 6 21:40:15 UTC 2018


    Date: Friday, April 6, 2018 @ 21:40:14
  Author: shibumi
Revision: 314606

archrelease: copy trunk to community-x86_64

Added:
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD
    (from rev 314605, greenbone-security-assistant/trunk/PKGBUILD)
Deleted:
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-06 21:40:07 UTC (rev 314605)
+++ PKGBUILD	2018-04-06 21:40:14 UTC (rev 314606)
@@ -1,39 +0,0 @@
-# $Id$
-# 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
-conflicts=('gsa')
-provides=('gsa')
-replaces=('gsa')
-pkgver=7.0.2
-pkgrel=2
-pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
-url='http://www.openvas.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('libmicrohttpd' 'openvas-libraries' 'libxslt')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-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"
-        "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
-)
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
-    -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var . -DSBINDIR=/usr/bin
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: greenbone-security-assistant/repos/community-x86_64/PKGBUILD (from rev 314605, greenbone-security-assistant/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-06 21:40:14 UTC (rev 314606)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer  : Christian Rebischke <chris.rebischke at archlinux.org>
+# Maintainer  : Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor : Daniel Micay <danielmicay at gmail.com>
+_pkgname='gsa'
+pkgname='greenbone-security-assistant'
+conflicts=('gsa')
+provides=('gsa')
+replaces=('gsa')
+pkgver=7.0.3
+pkgrel=1
+pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
+url='http://www.openvas.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('libmicrohttpd' 'openvas-libraries' 'libxslt')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+groups=('openvas')
+backup=('etc/openvas/gsad_log.conf')
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/greenbone/gsa/archive/v${pkgver}.tar.gz"
+        "https://github.com/greenbone/gsa/releases/download/v${pkgver}/gsa-${pkgver}.tar.gz.sig")
+sha512sums=('7e1c1ef939ba08dab3b78baf1aa9c110be2febfbed5d67eefe8110c60f5089a1af44bc26693657226f417c6bd516a4a656eb159dae2a78f878e1a1b6c222b117'
+            'SKIP')
+validpgpkeys=(
+              'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer Integrity
+)
+
+build() {
+  cd "${_pkgname}-${pkgver}"
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+    -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var . -DSBINDIR=/usr/bin
+  make
+}
+
+package() {
+  cd "${_pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list