Date: Tuesday, July 14, 2020 @ 22:49:35 Author: heftig Revision: 391921
2.40.0+6+g5432316df-1 Modified: gdk-pixbuf2/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-14 21:59:01 UTC (rev 391920) +++ PKGBUILD 2020-07-14 22:49:35 UTC (rev 391921) @@ -1,9 +1,9 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Ionut Biru <[email protected]> pkgname=gdk-pixbuf2 -pkgver=2.40.0 -pkgrel=2 +pkgver=2.40.0+6+g5432316df +pkgrel=1 pkgdesc="An image loading library" arch=(x86_64) url="https://wiki.gnome.org/Projects/GdkPixbuf" @@ -11,7 +11,7 @@ depends=(glib2 libpng libtiff libjpeg libx11 shared-mime-info) makedepends=(gtk-doc gobject-introspection git meson) install=gdk-pixbuf2.install -_commit=c01d7ba433d6160767e51d928c81379746667544 # tags/2.40.0^0 +_commit=5432316df6b8106d279c4972ebade240edd66d13 # gdk-pixbuf-2-40 source=("git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#commit=$_commit" gdk-pixbuf-query-loaders.hook) sha256sums=('SKIP' @@ -30,7 +30,7 @@ arch-meson gdk-pixbuf build \ -D docs=true \ -D installed_tests=false - ninja -C build + meson compile -C build } check() {
