[arch-commits] Commit in openvas-libraries/trunk (PKGBUILD)
Christian Rebischke
shibumi at archlinux.org
Wed Oct 25 21:36:54 UTC 2017
Date: Wednesday, October 25, 2017 @ 21:36:53
Author: shibumi
Revision: 264297
upgpkg: openvas-libraries 9.0.1-1
Modified:
openvas-libraries/trunk/PKGBUILD
----------+
PKGBUILD | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-25 18:15:08 UTC (rev 264296)
+++ PKGBUILD 2017-10-25 21:36:53 UTC (rev 264297)
@@ -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=openvas-libraries
-pkgver=8.0.9
+pkgver=9.0.1
pkgrel=1
pkgdesc='The OpenVAS libraries'
arch=('i686' 'x86_64')
@@ -12,9 +14,9 @@
groups=(openvas)
# 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/2433/$pkgname-${pkgver}.tar.gz"
- "http://wald.intevation.org/frs/download.php/2434/$pkgname-${pkgver}.tar.gz.asc")
-sha512sums=('6d2a6bf0d5e3d8437bdbaa4c45856a78c1167a8e063e3a5194d5eebfafe170692bdc519a992ed87817ce0d394c0f832bfd267c03b7c1c658508ceac81237aec8'
+source=("http://wald.intevation.org/frs/download.php/2420/openvas-libraries-9.0.1.tar.gz"
+ "http://wald.intevation.org/frs/download.php/2421/openvas-libraries-9.0.1.tar.gz.sig")
+sha512sums=('d39694a77c368fdb0b2df5310bf4c7b1bf2cba27d2d9ca16b5291640f82e65eca947e21d3cf10d890d9679f48f7321aef95a7826b5827f8a24f04f9f1a759a90'
'SKIP')
validpgpkeys=(
'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer Integrity
@@ -21,7 +23,7 @@
)
build() {
- cd $pkgname-$pkgver
+ cd "${pkgname}-${pkgver}"
LDFLAGS+=" -Wl,--no-as-needed"
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
-DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
@@ -29,7 +31,7 @@
}
package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir/" install
- rmdir "$pkgdir/var/run"
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}/" install
+ rmdir "${pkgdir}/var/run"
}
More information about the arch-commits
mailing list