Date: Wednesday, January 4, 2017 @ 20:51:39 Author: heftig Revision: 285290
2.36.3-1 Modified: gdk-pixbuf2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-04 19:21:59 UTC (rev 285289) +++ PKGBUILD 2017-01-04 20:51:39 UTC (rev 285290) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=gdk-pixbuf2 -pkgver=2.36.2 +pkgver=2.36.3 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-utils) install=gdk-pixbuf2.install -_commit=9b9deb1fd3703c8d32cbf73e609347a0e440c7fe # tags/2.36.2^0 +_commit=9e87fc089b90a52fd1c2a26769c94dcd843f6a29 # tags/2.36.3^0 source=("git+https://git.gnome.org/browse/gdk-pixbuf#commit=$_commit" gdk-pixbuf-query-loaders.hook) sha256sums=('SKIP' @@ -26,7 +26,7 @@ cd gdk-pixbuf # Jasper sometimes runs into this limit - sed -i 's/rlim_cur = 100/rlim_cur = 200/' tests/pixbuf-randomly-modified.c + sed -i 's/ifdef HAVE_SETRLIMIT/if 0/' tests/pixbuf-randomly-modified.c NOCONFIGURE=1 ./autogen.sh }
