From ac5ada660240f37d7347e42123071990f616e418 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 1 Feb 2012 23:14:54 +0000 Subject: Wed Feb 1 23:14:54 UTC 2012 --- core/zlib/PKGBUILD | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'core/zlib') diff --git a/core/zlib/PKGBUILD b/core/zlib/PKGBUILD index d1f16c1b2..615e9911e 100644 --- a/core/zlib/PKGBUILD +++ b/core/zlib/PKGBUILD @@ -1,26 +1,19 @@ -# $Id: PKGBUILD 135916 2011-08-20 07:14:14Z allan $ +# $Id: PKGBUILD 148444 2012-01-31 23:47:55Z pierre $ # Maintainer: Pierre Schmitz pkgname=zlib -pkgver=1.2.5 -pkgrel=4 +pkgver=1.2.6 +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" - 'zlib-1.2.5-lfs-decls.patch') -md5sums=('c735eab2d659a96e5a594c9e8541ad63' - '4cb279ea3beab621f3526bf7b7ab99e5') +source=("http://zlib.net/current/zlib-${pkgver}.tar.gz") +md5sums=('618e944d7c7cd6521551e30b32322f4a') build() { cd ${srcdir}/zlib-$pkgver - # see http://bugs.archlinux.org/task/19280 - patch -p1 -i ${srcdir}/zlib-1.2.5-lfs-decls.patch - # work around gcc bug; see https://bugs.archlinux.org/task/20647 - export CFLAGS="${CFLAGS/-O2/-O3} -fno-tree-vectorize -DUNALIGNED_OK" ./configure --prefix=/usr make @@ -29,7 +22,7 @@ build() { check() { cd ${srcdir}/zlib-$pkgver - make check + make test } package() { -- cgit v1.2.3-54-g00ecf