Date: Thursday, May 3, 2012 @ 04:36:29 Author: pierre Revision: 158126
upgpkg: zlib 1.2.7-1 upstream update Modified: zlib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-05-03 06:39:50 UTC (rev 158125) +++ PKGBUILD 2012-05-03 08:36:29 UTC (rev 158126) @@ -2,7 +2,7 @@ # Maintainer: Pierre Schmitz <[email protected]> pkgname=zlib -pkgver=1.2.6 +pkgver=1.2.7 pkgrel=1 pkgdesc='Compression library implementing the deflate compression method found in gzip and PKZIP' arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ url="http://www.zlib.net/" depends=('glibc') source=("http://zlib.net/current/zlib-${pkgver}.tar.gz") -md5sums=('618e944d7c7cd6521551e30b32322f4a') +md5sums=('60df6a37c56e7c1366cca812414f7b85') build() { cd ${srcdir}/zlib-$pkgver
