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

Andreas Radke andyrtr at archlinux.org
Sat May 29 12:01:45 UTC 2021


    Date: Saturday, May 29, 2021 @ 12:01:45
  Author: andyrtr
Revision: 416821

upgpkg: gnutls 3.7.2-1: upstream update 3.7.2

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-29 08:49:41 UTC (rev 416820)
+++ PKGBUILD	2021-05-29 12:01:45 UTC (rev 416821)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=gnutls
-pkgver=3.7.1
+pkgver=3.7.2
 pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport layer"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('net-tools')
 optdepends=('guile: for use with Guile bindings')
 source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha256sums=('3777d7963eca5e06eb315686163b7b3f5045e2baac5e54e038ace9835e5cac6f'
+sha256sums=('646e6c5a9a185faa4cea796d378a1ba8e1148dbb197ca6605f95986a25af2752'
             'SKIP')
 validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # "Daiki Ueno <ueno at unixuser.org>"
 
@@ -21,7 +21,6 @@
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
-	--with-zlib \
 	--disable-static \
 	--with-idn \
 	--enable-openssl-compatibility \



More information about the arch-commits mailing list