Date: Sunday, September 8, 2019 @ 22:48:36 Author: heftig Revision: 362064
2.38.2-1 Modified: gdk-pixbuf2/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-08 19:01:46 UTC (rev 362063) +++ PKGBUILD 2019-09-08 22:48:36 UTC (rev 362064) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=gdk-pixbuf2 -pkgver=2.38.1 +pkgver=2.38.2 pkgrel=1 pkgdesc="An image loading library" arch=(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=2bb565093b8a93b35a2be61d6f4a01352fe94af6 # tags/2.38.1^0 +_commit=ab27f7c5b8a0d2fb899130082dcd3ec310478222 # tags/2.38.2^0 source=("git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#commit=$_commit" gdk-pixbuf-query-loaders.hook) sha256sums=('SKIP' @@ -35,9 +35,7 @@ } check() { - cd build - # pixbuf-randomly-modified fails randomly - meson test -t 3 || : + meson test -C build --print-errorlogs } package() {
