[arch-commits] Commit in openvas-libraries/trunk (PKGBUILD)

Daniel Micay thestinger at archlinux.org
Thu Mar 26 20:37:08 UTC 2015


    Date: Thursday, March 26, 2015 @ 21:37:08
  Author: thestinger
Revision: 129998

upgpkg: openvas-libraries 7.0.9-1

Modified:
  openvas-libraries/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-26 20:30:17 UTC (rev 129997)
+++ PKGBUILD	2015-03-26 20:37:08 UTC (rev 129998)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay <danielmicay at gmail.com>
 pkgname=openvas-libraries
-pkgver=7.0.6
+pkgver=7.0.9
 pkgrel=1
 pkgdesc='The OpenVAS libraries'
 arch=('i686' 'x86_64')
@@ -12,9 +12,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/1833/$pkgname-${pkgver}.tar.gz"
-        "http://wald.intevation.org/frs/download.php/1834/$pkgname-${pkgver}.tar.gz.asc")
-md5sums=('2b01a5b985bdbd66fad94f3c036242e8'
+source=("http://wald.intevation.org/frs/download.php/1971/$pkgname-${pkgver}.tar.gz"
+        "http://wald.intevation.org/frs/download.php/1972/$pkgname-${pkgver}.tar.gz.asc")
+md5sums=('dd0c8da845caf5d6f842f61282d71036'
          'SKIP')
 validpgpkeys=(
               'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer Integrity
@@ -22,6 +22,7 @@
 
 build() {
   cd $pkgname-$pkgver
+  LDFLAGS+=" -Wl,--no-as-needed"
   cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
   make



More information about the arch-commits mailing list