Date: Sunday, March 9, 2014 @ 14:38:42 Author: bpiotrowski Revision: 207449
upgpkg: libpng 1.6.10-1 new upstream release Modified: libpng/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-09 13:14:57 UTC (rev 207448) +++ PKGBUILD 2014-03-09 13:38:42 UTC (rev 207449) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade <[email protected]> pkgname=libpng -pkgver=1.6.9 -_apngver=1.6.9 +pkgver=1.6.10 +_apngver=1.6.10 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -15,9 +15,9 @@ 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=('14e037c5c9f1db16844760285ad5c2d6' +md5sums=('5f414b20f683b1d96b163c89e3eff768' 'SKIP' - 'd784762a28f6a6c697a162873807f479') + '3404257f66d4a118b26ccc3fc4788810') prepare() { cd $pkgname-$pkgver
