[arch-commits] Commit in gdk-pixbuf2/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Mon Jan 30 21:44:37 UTC 2012


    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 <ibiru at archlinux.org>
 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




More information about the arch-commits mailing list