diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-15 03:49:32 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-15 03:49:32 +0000 |
commit | 154321f7346db5c32dbdf9c730735969eabbd88f (patch) | |
tree | c89badf5b9547f313d7b28a7f400c3df404af70f /extra/gdk-pixbuf2 | |
parent | 271da49386e259723ef574713339f04886630604 (diff) |
Wed Jan 15 03:43:12 UTC 2014
Diffstat (limited to 'extra/gdk-pixbuf2')
-rw-r--r-- | extra/gdk-pixbuf2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gdk-pixbuf2/PKGBUILD b/extra/gdk-pixbuf2/PKGBUILD index a48e24431..639bc0216 100644 --- a/extra/gdk-pixbuf2/PKGBUILD +++ b/extra/gdk-pixbuf2/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 201638 2013-12-17 11:09:15Z heftig $ +# $Id: PKGBUILD 204045 2014-01-14 15:48:56Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gdk-pixbuf2 -pkgver=2.30.2 +pkgver=2.30.3 pkgrel=1 pkgdesc="An image loading library" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper') makedepends=('gtk-doc' 'gobject-introspection') install=gdk-pixbuf2.install source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz) -sha256sums=('cababfa075a9a60426809309ec86b82ea28e83f44ef69c898e48c040b6feecbf') +sha256sums=('c229c53f59573eab9410b53690a4b9db770312c80a4d84ecd6295aa894574494') build() { cd gdk-pixbuf-$pkgver |