Date: Tuesday, April 12, 2016 @ 10:35:46 Author: jgc Revision: 264699
upgpkg: gthumb 3.4.3-1 Modified: gthumb/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-12 08:34:21 UTC (rev 264698) +++ PKGBUILD 2016-04-12 08:35:46 UTC (rev 264699) @@ -4,7 +4,7 @@ # Contributor: Tobias Kieslich <[email protected]> pkgname=gthumb -pkgver=3.4.2 +pkgver=3.4.3 pkgrel=1 pkgdesc="Image browser and viewer for the GNOME Desktop" arch=(i686 x86_64) @@ -23,7 +23,7 @@ options=('!emptydirs') install=gthumb.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('c34423bf9a33bc287e8e81a917fe29d1956e5308a7191e86f486f66c71607cfa') +sha256sums=('c10fd12f3bfea31c390c74e8e08f86f16e2159fbd6c806daa025423e0ded825d') prepare() { cd $pkgname-$pkgver @@ -36,7 +36,7 @@ --localstatedir=/var --disable-static \ --enable-libchamplain - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make }
