Date: Monday, March 21, 2016 @ 11:15:45 Author: jgc Revision: 262150 upgpkg: libgweather 3.19.92-1
Modified: libgweather/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-21 10:11:44 UTC (rev 262149) +++ PKGBUILD 2016-03-21 10:15:45 UTC (rev 262150) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=libgweather -pkgver=3.18.1 +pkgver=3.19.92 pkgrel=1 pkgdesc="Provides access to weather information from the net" arch=('i686' 'x86_64') @@ -13,12 +13,13 @@ url="http://www.gnome.org/" install=libgweather.install source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0') +sha256sums=('d503f959b9b2205eb5553c9ba77c0b86f9c8d5e637f48950280cd3e7b1505151') 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 }
