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

Andreas Radke andyrtr at archlinux.org
Thu Jan 12 13:35:35 UTC 2017


    Date: Thursday, January 12, 2017 @ 13:35:34
  Author: andyrtr
Revision: 285845

upgpkg: gnutls 3.5.8-2

fix missing dependency on libunistring; FS#52498

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-12 11:53:20 UTC (rev 285844)
+++ PKGBUILD	2017-01-12 13:35:34 UTC (rev 285845)
@@ -4,13 +4,13 @@
 
 pkgname=gnutls
 pkgver=3.5.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A library which provides a secure layer over a reliable transport layer"
 arch=('i686' 'x86_64')
 license=('GPL3' 'LGPL2.1')
 url="http://www.gnutls.org/"
 options=('!zipman')
-depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn' 'libunistring')
 checkdepends=('net-tools')
 optdepends=('guile: for use with Guile bindings')
 source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/${pkgname}-${pkgver}.tar.xz{,.sig})



More information about the arch-commits mailing list