diff options
author | root <root@rshg054.dnsready.net> | 2012-11-11 01:47:32 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-11 01:47:32 -0800 |
commit | c1c596c922f0dc8622339011db936c531647203d (patch) | |
tree | 2855b79d508821e325c1389ae85a521c5214c09a /extra/gdk-pixbuf2 | |
parent | 15afd71b619115bc72670c443a6d1b75275ead0c (diff) |
Sun Nov 11 01:44:00 PST 2012
Diffstat (limited to 'extra/gdk-pixbuf2')
-rw-r--r-- | extra/gdk-pixbuf2/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/gdk-pixbuf2/PKGBUILD b/extra/gdk-pixbuf2/PKGBUILD index 139e60422..d1f17eb87 100644 --- a/extra/gdk-pixbuf2/PKGBUILD +++ b/extra/gdk-pixbuf2/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 169876 2012-10-30 22:25:38Z heftig $ +# $Id: PKGBUILD 170725 2012-11-10 05:22:37Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gdk-pixbuf2 -pkgver=2.26.4 +pkgver=2.26.5 pkgrel=1 pkgdesc="An image loading library" arch=('i686' 'x86_64') url="http://www.gtk.org/" -license=('GPL2') +license=('LGPL2.1') depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11') makedepends=('gtk-doc' 'gobject-introspection') options=('!libtool') install=gdk-pixbuf2.install source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz) -sha256sums=('a91458645f078debf204fef8bb06b30f356fcb5d48f65395132a5dba2b3510be') +sha256sums=('77696fd163bca95a130a1883dbd78d0ae4d782de2fc85a9a38556d13681f5c84') build() { cd gdk-pixbuf-$pkgver |