Date: Tuesday, July 24, 2012 @ 12:51:33 Author: ibiru Revision: 164029
update to 1.5.12 Modified: libpng/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-07-24 15:51:28 UTC (rev 164028) +++ PKGBUILD 2012-07-24 16:51:33 UTC (rev 164029) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade <[email protected]> pkgname=libpng -pkgver=1.5.11 -_apngver=1.5.11 +pkgver=1.5.12 +_apngver=1.5.12 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -16,8 +16,8 @@ options=('!libtool') source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz" "http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz") -md5sums=('57f838299e701b6db9e8389c5602dc18' - 'e9ddf7670e78ad93f4cc189c884d4f26') +md5sums=('0fd51add1da6a0e470e0c726c59171b9' + '7f2924b1fe0cca9080e18b8720443716') build() { cd $pkgname-$pkgver
