Date: Tuesday, April 20, 2010 @ 02:46:21 Author: pierre Revision: 78261
upgpkg: zlib 1.2.5-1 upstream update Modified: zlib/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-04-20 05:06:26 UTC (rev 78260) +++ PKGBUILD 2010-04-20 06:46:21 UTC (rev 78261) @@ -2,15 +2,16 @@ # Maintainer: Pierre Schmitz <[email protected]> pkgname=zlib -pkgver=1.2.4 +pkgver=1.2.5 pkgrel=1 pkgdesc='Compression library implementing the deflate compression method found in gzip and PKZIP' arch=('i686' 'x86_64') license=('custom') url="http://www.zlib.net/" depends=('glibc') +options=('!makeflags') source=("http://zlib.net/zlib-${pkgver}.tar.gz") -md5sums=('47f6ed51b3c83a8534f9228531effa18') +md5sums=('c735eab2d659a96e5a594c9e8541ad63') build() { cd ${srcdir}/zlib-$pkgver
