diff options
Diffstat (limited to 'abs/core-testing')
-rw-r--r-- | abs/core-testing/libmng/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/libmng/PKGBUILD b/abs/core-testing/libmng/PKGBUILD index d0fd215..ede7f7c 100644 --- a/abs/core-testing/libmng/PKGBUILD +++ b/abs/core-testing/libmng/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $ +# $Id$ # Contributor: Tom Newsom <Jeepster@gmx.co.uk> # Maintainer: judd <jvinet@zeroflux.org> pkgname=libmng pkgver=1.0.10 -pkgrel=1 +pkgrel=2 pkgdesc="A collection of routines used to create and manipulate MNG format graphics files" arch=('i686' 'x86_64') url="http://www.libmng.com/" license=('custom') -depends=('zlib' 'libjpeg') +depends=('zlib' 'libjpeg>=7') options=(!libtool) source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('a464ae7d679781beebdf7440d144b7bd') |