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

Pierre Schmitz pierre at archlinux.org
Sun Nov 20 09:38:01 UTC 2016


    Date: Sunday, November 20, 2016 @ 09:38:01
  Author: pierre
Revision: 281652

upgpkg: zlib 1.2.8-5

Fix FS#51659

Modified:
  zlib/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-20 09:36:45 UTC (rev 281651)
+++ PKGBUILD	2016-11-20 09:38:01 UTC (rev 281652)
@@ -3,7 +3,7 @@
 
 pkgname=zlib
 pkgver=1.2.8
-pkgrel=4
+pkgrel=5
 pkgdesc='Compression library implementing the deflate compression method found in gzip and PKZIP'
 arch=('i686' 'x86_64')
 license=('custom')
@@ -10,8 +10,10 @@
 url="http://www.zlib.net/"
 depends=('glibc')
 options=('staticlibs')  # needed by binutils testsuite
-source=("http://zlib.net/current/zlib-${pkgver}.tar.gz")
-md5sums=('44d667c142d7cda120332623eab69f40')
+source=("http://zlib.net/zlib-${pkgver}.tar.gz"{,.asc})
+md5sums=('44d667c142d7cda120332623eab69f40'
+         'SKIP')
+validpgpkeys=('5ED46A6721D365587791E2AA783FCD8E58BCAFBA')
 
 prepare() {
 	cd ${srcdir}/zlib-$pkgver



More information about the arch-commits mailing list