Date: Saturday, March 29, 2014 @ 21:13:41 Author: heftig Revision: 209155
3.12.0 Modified: epiphany/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-29 20:03:00 UTC (rev 209154) +++ PKGBUILD 2014-03-29 20:13:41 UTC (rev 209155) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=epiphany -pkgver=3.10.3 +pkgver=3.12.0 pkgrel=1 install=epiphany.install pkgdesc="A GNOME web browser based on the WebKit rendering engine." @@ -14,12 +14,12 @@ groups=('gnome') url="https://wiki.gnome.org/Apps/Web" source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('c18235ecceaa9c76e7d90d370861cb2bba45019e1e14391a00dac3d2e94a0db7') +sha256sums=('c1872e38854b01320d5b8fc17179ebd0ae5ee247c92d3d3cdb7f2b9f54c90d25') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var + --localstatedir=/var --libexecdir=/usr/lib/$pkgname # https://bugzilla.gnome.org/show_bug.cgi?id=655517 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
