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

Antonio Rojas arojas at archlinux.org
Sat Apr 27 08:27:56 UTC 2019


    Date: Saturday, April 27, 2019 @ 08:27:56
  Author: arojas
Revision: 454591

https, pgp

Modified:
  lib32-zlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-27 08:24:06 UTC (rev 454590)
+++ PKGBUILD	2019-04-27 08:27:56 UTC (rev 454591)
@@ -8,11 +8,13 @@
 pkgdesc='Compression library implementing the deflate compression method found in gzip and PKZIP (32-bit)'
 arch=('x86_64')
 license=('custom')
-url="http://www.zlib.net/"
+url="https://www.zlib.net/"
 depends=('lib32-glibc' "$_pkgbasename")
 makedepends=('gcc-multilib')
-source=("http://zlib.net/current/zlib-${pkgver}.tar.gz")
-md5sums=('1c9f62f0778697a09d36121ead88e08e')
+source=("https://zlib.net/zlib-${pkgver}.tar.gz"{,.asc})
+md5sums=('1c9f62f0778697a09d36121ead88e08e'
+         'SKIP')
+validpgpkeys=('5ED46A6721D365587791E2AA783FCD8E58BCAFBA') # Mark Adler <madler at alumni.caltech.edu>
 
 build() {
 	export CC="gcc -m32"



More information about the arch-commits mailing list