[arch-commits] Commit in zlib/trunk (PKGBUILD)

Allan McRae allan at nymeria.archlinux.org
Mon Oct 21 08:41:31 UTC 2013


    Date: Monday, October 21, 2013 @ 10:41:31
  Author: allan
Revision: 196935

upgpkg: zlib 1.2.8-3

static library required for binutils testsuite

Modified:
  zlib/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-21 07:47:21 UTC (rev 196934)
+++ PKGBUILD	2013-10-21 08:41:31 UTC (rev 196935)
@@ -3,12 +3,13 @@
 
 pkgname=zlib
 pkgver=1.2.8
-pkgrel=2
+pkgrel=3
 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=('staticlibs')  # needed by binutils testsuite
 source=("http://zlib.net/current/zlib-${pkgver}.tar.gz")
 md5sums=('44d667c142d7cda120332623eab69f40')
 




More information about the arch-commits mailing list