Date: Thursday, December 14, 2017 @ 20:39:15 Author: heftig Revision: 312674
3.26.3-1 Modified: gnome-photos/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-14 20:39:06 UTC (rev 312673) +++ PKGBUILD 2017-12-14 20:39:15 UTC (rev 312674) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-photos -pkgver=3.26.2 +pkgver=3.26.3 pkgrel=1 pkgdesc="Access, organize, and share your photos on GNOME" arch=(x86_64) @@ -13,7 +13,7 @@ gnome-online-miners dleyna-server dleyna-renderer) makedepends=(itstool python yelp-tools autoconf-archive git) groups=(gnome-extra) -_commit=05e67a00a834247359131998b1abbf5a350d8c00 # tags/3.26.2^0 +_commit=499ea2a771eed61f81e9b6f751941a61853e792c # tags/3.26.3^0 source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit" "git+https://git.gnome.org/browse/libgd") sha256sums=('SKIP' @@ -37,7 +37,7 @@ build() { cd $pkgname ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --libexecdir=/usr/lib/$pkgname --enable-compile-warnings=minimum + --libexecdir=/usr/lib --enable-compile-warnings=minimum sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make }
