Date: Thursday, March 17, 2016 @ 12:31:29 Author: jgc Revision: 261975
upgpkg: gcr 3.19.4-1 Modified: gcr/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-17 11:22:13 UTC (rev 261974) +++ PKGBUILD 2016-03-17 11:31:29 UTC (rev 261975) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=gcr -pkgver=3.18.0 +pkgver=3.19.4 pkgrel=1 pkgdesc="A library for bits of crypto UI and parsing" arch=(i686 x86_64) @@ -15,7 +15,7 @@ install=gcr.install source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz 10-gcr.conf) -sha256sums=('d4d16da5af55148a694055835ccd07ad34daf0ad03bdad929bf7cad15637ce00' +sha256sums=('e4416664a4b781f18ee07f0124a2b1bd51436d7064bd94f980eede69e40caf30' '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc') prepare() { @@ -30,6 +30,7 @@ --disable-static \ --disable-update-mime \ --disable-schemas-compile + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make }
