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

Andreas Radke andyrtr at gemini.archlinux.org
Thu Apr 28 20:20:29 UTC 2022


    Date: Thursday, April 28, 2022 @ 20:20:29
  Author: andyrtr
Revision: 444247

upgpkg: gnutls 3.7.4-2: add missing dependency on brotli

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-28 20:14:55 UTC (rev 444246)
+++ PKGBUILD	2022-04-28 20:20:29 UTC (rev 444247)
@@ -3,7 +3,7 @@
 
 pkgname=gnutls
 pkgver=3.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A library which provides a secure layer over a reliable transport layer"
 arch=('x86_64')
 license=('GPL3' 'LGPL2.1')
@@ -10,7 +10,7 @@
 url="https://www.gnutls.org/"
 options=('!zipman' 'debug')
 depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn2'
-         'libidn2.so' 'libunistring')
+         'libidn2.so' 'libunistring' 'brotli')
 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})



More information about the arch-commits mailing list