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

Andreas Radke andyrtr at archlinux.org
Sat Oct 31 22:55:59 UTC 2020


    Date: Saturday, October 31, 2020 @ 22:55:59
  Author: andyrtr
Revision: 399093

upgpkg: xmlsec 1.2.31-1: upstream update 1.2.31

Modified:
  xmlsec/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-31 22:48:35 UTC (rev 399092)
+++ PKGBUILD	2020-10-31 22:55:59 UTC (rev 399093)
@@ -3,8 +3,8 @@
 # Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
 
 pkgname=xmlsec
-pkgver=1.2.30
-pkgrel=2
+pkgver=1.2.31
+pkgrel=1
 pkgdesc="XML Security Library is a C library based on LibXML2"
 license=('custom')
 arch=('x86_64')
@@ -13,12 +13,13 @@
 provides=('libxmlsec1.so' 'libxmlsec1-openssl.so' 'libxmlsec1-nss.so' 'libxmlsec1-gnutls.so' 'libxmlsec1-gcrypt.so')
 #source=(https://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.{tar.gz,sig}) # signature file not compatible
 source=(https://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.tar.gz)
-sha256sums=('2d84360b03042178def1d9ff538acacaed2b3a27411db7b2874f1612ed71abc8')
+sha256sums=('9b10bc52cc31e4f76162e3975e50db26b71ab49c571d810b311ca626be5a0b26')
 #validpgpkeys=('') #
 
 build() {
   cd ${pkgname}1-${pkgver}
   ./configure --prefix=/usr --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list