diff options
Diffstat (limited to 'extra/libpng/PKGBUILD')
-rw-r--r-- | extra/libpng/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/libpng/PKGBUILD b/extra/libpng/PKGBUILD index 86949c097..dc3ca506e 100644 --- a/extra/libpng/PKGBUILD +++ b/extra/libpng/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 200277 2013-11-24 16:59:45Z bpiotrowski $ +# $Id: PKGBUILD 204723 2014-01-25 21:53:14Z bluewind $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: dorphell <dorphell@archlinux.org> # Contributor: Travis Willard <travis@archlinux.org> # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> pkgname=libpng -pkgver=1.6.7 -_apngver=1.6.7 +pkgver=1.6.8 +_apngver=1.6.8 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64' 'mips64el') @@ -15,9 +15,9 @@ license=('custom') depends=('zlib' 'sh') source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc} http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz) -md5sums=('7023a9eacd7b6a3eb95761a2f574d456' +md5sums=('51ce71a1642cdde1f4485a7ff82193c0' 'SKIP' - 'aad92ea0cc3e29415b90c78f1d267799') + '6ddeea37e1945d809959a152d4258987') prepare() { cd $pkgname-$pkgver |