Date: Wednesday, March 30, 2016 @ 12:44:35 Author: jgc Revision: 263329
upgpkg: devhelp 3.20.0-1 Modified: devhelp/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-30 10:19:31 UTC (rev 263328) +++ PKGBUILD 2016-03-30 10:44:35 UTC (rev 263329) @@ -4,7 +4,7 @@ # Contributor: Link Dupont <[email protected]> pkgname=devhelp -pkgver=3.18.1 +pkgver=3.20.0 pkgrel=1 pkgdesc="API documentation browser for GNOME" arch=(i686 x86_64) @@ -16,12 +16,13 @@ install=devhelp.install groups=('gnome-extra') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('303a162ad294dc6f9984898e501a06dc5d2aa9812b06801c2e39b250d8c51aef') +sha256sums=('a23375c2e2b2ef6240994bc2327fcacfd42403af6d872d0cba2e16dd45ca1f1d') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --disable-static + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make }
