Date: Monday, October 2, 2017 @ 19:56:17 Author: heftig Revision: 306590
2.36.11-1 Modified: gdk-pixbuf2/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-02 19:55:02 UTC (rev 306589) +++ PKGBUILD 2017-10-02 19:56:17 UTC (rev 306590) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <ib...@archlinux.org> pkgname=gdk-pixbuf2 -pkgver=2.36.10+3+g6f8c1b388 +pkgver=2.36.11 pkgrel=1 pkgdesc="An image loading library" arch=(i686 x86_64) @@ -11,7 +11,7 @@ depends=(glib2 libpng libtiff libjpeg libx11 jasper shared-mime-info) makedepends=(gtk-doc gobject-introspection git docbook-xsl meson) install=gdk-pixbuf2.install -_commit=6f8c1b38889dce2ab832daff02af6bd3c90fb3df # master +_commit=45997d6abebf589dd594c78dc6bf06f3a3d7430c # tags/2.36.11^0 source=("git+https://git.gnome.org/browse/gdk-pixbuf#commit=$_commit" gdk-pixbuf-query-loaders.hook) sha256sums=('SKIP' @@ -29,8 +29,7 @@ build() { cd build - meson --prefix=/usr --buildtype=release ../gdk-pixbuf \ - --libexecdir=/usr/lib -Denable_jasper=true -Dwith_docs=true + arch-meson ../gdk-pixbuf -Denable_jasper=true -Dwith_docs=true ninja } @@ -37,7 +36,7 @@ check() { cd build # pixbuf-randomly-modified fails randomly - mesontest || : + meson test -t 3 || : } package() {