Date: Wednesday, April 5, 2017 @ 18:16:38 Author: heftig Revision: 292179
3.20.0+45+g4708f35-1 Modified: gcr/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-05 18:07:52 UTC (rev 292178) +++ PKGBUILD 2017-04-05 18:16:38 UTC (rev 292179) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=gcr -pkgver=3.20.0+11+g8322f27 +pkgver=3.20.0+45+g4708f35 pkgrel=1 pkgdesc="A library for bits of crypto UI and parsing" url="https://git.gnome.org/browse/gcr" @@ -10,8 +10,9 @@ license=(GPL2) depends=(dconf gtk3 libgcrypt p11-kit) makedepends=(intltool gobject-introspection python vala libxslt gnome-common git) -_commit=8322f271bd921278b2dd2692a7f2acdd452b1115 # gnome-3-20 -source=("git://git.gnome.org/gcr#commit=$_commit" +checkdepends=(python2) +_commit=4708f3562ddf28bf51eb70b9cff548b217370639 # master +source=("git+https://git.gnome.org/browse/gcr#commit=$_commit" 10-gcr.conf) sha256sums=('SKIP' '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc') @@ -31,7 +32,7 @@ build() { cd $pkgname ./configure --prefix=/usr \ - --libexec=/usr/lib/gcr \ + --libexecdir=/usr/lib/gcr \ --enable-gtk-doc \ --disable-static \ --disable-update-mime \
