Date: Monday, January 30, 2012 @ 16:44:37 Author: ibiru Revision: 148379
add versioned dependency for libpng Modified: gdk-pixbuf2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-01-30 21:38:30 UTC (rev 148378) +++ PKGBUILD 2012-01-30 21:44:37 UTC (rev 148379) @@ -2,12 +2,12 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=gdk-pixbuf2 pkgver=2.24.1 -pkgrel=2 +pkgrel=3 pkgdesc="An image loading library" arch=('i686' 'x86_64') url="http://www.gtk.org/" license=('GPL2') -depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11') +depends=('glib2' 'libpng>=1.5.7' 'libtiff' 'libjpeg' 'libx11') makedepends=('gtk-doc' 'gobject-introspection') options=('!libtool') install=gdk-pixbuf2.install
