Date: Thursday, October 4, 2018 @ 07:19:02 Author: arojas Revision: 389359
Update to 2.38.0 Modified: lib32-gdk-pixbuf2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-04 06:33:23 UTC (rev 389358) +++ PKGBUILD 2018-10-04 07:19:02 UTC (rev 389359) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=lib32-gdk-pixbuf2 -pkgver=2.36.12 +pkgver=2.38.0 pkgrel=1 pkgdesc="An image loading library (32-bit)" arch=(x86_64) @@ -11,7 +11,7 @@ depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11 gdk-pixbuf2) makedepends=(gtk-doc gobject-introspection git docbook-xsl meson) install=lib32-gdk-pixbuf2.install -_commit=12aa6f9264514c62781124a7287c2e997d3ea482 # tags/2.36.12^0 +_commit=0b1eab312e77701c20b07fb8e38119009f8b34c3 # tags/2.38.0^0 source=("git+https://git.gnome.org/browse/gdk-pixbuf#commit=$_commit" gdk-pixbuf-query-loaders-32.hook) sha256sums=('SKIP' @@ -32,7 +32,7 @@ export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" export CFLAGS="-I/usr/include/libtiff32 $CFLAGS" - arch-meson gdk-pixbuf build --libdir=/usr/lib32 + arch-meson gdk-pixbuf build --libdir /usr/lib32 ninja -C build }
