summaryrefslogtreecommitdiff
path: root/core/zlib/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-02 11:49:30 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-02 11:49:30 +0100
commit8c2be15938e3ec559429e4137420ac246c9f7641 (patch)
tree985da2395afe5f2fbafa6e8c1cfc4296a6cb4f58 /core/zlib/PKGBUILD
parent9d0a374dab604311fd494d33b285d61d61d1d906 (diff)
parentac5ada660240f37d7347e42123071990f616e418 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/mtpaint/PKGBUILD community-testing/mtpaint/PKGBUILD community-testing/rawtherapee/PKGBUILD community/gedit-plugins/PKGBUILD core/iptables/PKGBUILD core/sudo/PKGBUILD extra/xfce4-xkb-plugin/PKGBUILD multilib/lib32-zlib/PKGBUILD staging/mtpaint/PKGBUILD testing/kmod/PKGBUILD testing/openjdk6/PKGBUILD testing/run-parts/PKGBUILD testing/xulrunner/PKGBUILD
Diffstat (limited to 'core/zlib/PKGBUILD')
-rw-r--r--core/zlib/PKGBUILD19
1 files changed, 6 insertions, 13 deletions
diff --git a/core/zlib/PKGBUILD b/core/zlib/PKGBUILD
index e92f893de..f96090f18 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 <pierre@archlinux.de>
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' 'mips64el')
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() {