Date: Friday, February 27, 2015 @ 10:15:19 Author: jgc Revision: 232046
upgpkg: gdk-pixbuf2 2.31.2-1 Modified: gdk-pixbuf2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-27 09:11:22 UTC (rev 232045) +++ PKGBUILD 2015-02-27 09:15:19 UTC (rev 232046) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=gdk-pixbuf2 -pkgver=2.31.1 +pkgver=2.31.2 pkgrel=1 pkgdesc="An image loading library" arch=('i686' 'x86_64') @@ -9,10 +9,10 @@ url="http://www.gtk.org/" license=('LGPL2.1') depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper') -makedepends=('gtk-doc' 'gobject-introspection') +makedepends=('gtk-doc' 'gobject-introspection' 'python2') install=gdk-pixbuf2.install source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver:0:4}/gdk-pixbuf-$pkgver.tar.xz) -sha256sums=('25a75e3c61dac11e6ff6416ad846951ccafac6486b1c6a1bfb0b213b99db52cd') +sha256sums=('9e467ed09894c802499fb2399cd9a89ed21c81700ce8f27f970a833efb1e47aa') build() { cd gdk-pixbuf-$pkgver
