Date: Thursday, April 28, 2016 @ 22:27:06 Author: jgc Revision: 266587
upgpkg: goffice 0.10.28-1 Modified: goffice/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-28 20:26:09 UTC (rev 266586) +++ PKGBUILD 2016-04-28 20:27:06 UTC (rev 266587) @@ -2,7 +2,7 @@ # Maintainer: Aaron Griffin <[email protected]> pkgname=goffice -pkgver=0.10.27 +pkgver=0.10.28 pkgrel=1 pkgdesc="A library of document-centric objects and utilities built on top of GLib and Gtk+" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection') depends=('librsvg' 'gtk3' 'libgsf' 'libspectre' 'libxslt' 'lasem') source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('3717b400fd190f18cf1dd7a16e1991b1f7c7cbdfeb1993656e7972347168d8c0') +sha256sums=('068f060de1a4c058b373dbd4adbfc48fda4b4e3402ec070499d7cd1e737f3a8b') build() { cd $pkgname-$pkgver @@ -18,8 +18,7 @@ ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --disable-static --enable-introspection - 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 }
