Date: Monday, December 14, 2015 @ 20:57:32 Author: heftig Revision: 256065
2.32.3 Modified: gdk-pixbuf2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-14 19:56:56 UTC (rev 256064) +++ PKGBUILD 2015-12-14 19:57:32 UTC (rev 256065) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=gdk-pixbuf2 -pkgver=2.32.2 +pkgver=2.32.3 pkgrel=1 pkgdesc="An image loading library" arch=('i686' 'x86_64') @@ -12,15 +12,15 @@ makedepends=('gtk-doc' 'gobject-introspection') install=gdk-pixbuf2.install source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver:0:4}/gdk-pixbuf-$pkgver.tar.xz) -sha256sums=('d3ab06fc123b13effed4c27c77cebdfad2173ff20628d82c397b7660ae926145') +sha256sums=('2b6771f1ac72f687a8971e59810b8dc658e65e7d3086bd2e676e618fd541d031') build() { cd gdk-pixbuf-$pkgver - ./configure --prefix=/usr \ --with-x11 \ --with-libjasper \ --with-included-loaders=png + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make }
