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

Andreas Radke andyrtr at archlinux.org
Wed Jun 17 19:34:31 UTC 2015


    Date: Wednesday, June 17, 2015 @ 21:34:31
  Author: andyrtr
Revision: 240991

upgpkg: gnutls 3.4.2-1

upstream update 3.4.2

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-17 15:29:08 UTC (rev 240990)
+++ PKGBUILD	2015-06-17 19:34:31 UTC (rev 240991)
@@ -3,7 +3,7 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=gnutls
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport layer"
 arch=('i686' 'x86_64')
@@ -13,23 +13,14 @@
 options=('!zipman')
 depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
 optdepends=('guile: for use with Guile bindings')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${pkgname}-${pkgver}.tar.xz{,.sig}
-        test_do_not_perform_internationalized_name_checks_without_libidn.diff)
-md5sums=('2d04f34fa25b45f9dcb9104c0394e12e'
-         'SKIP'
-         'cc584698a4558642129b6398d1e666d6')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('4fb4a6253e09aa070e6c467cbb51ba33'
+         'SKIP')
 validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
               '1F42418905D8206AA754CCDC29EE58B996865171')
                # "Simon Josefsson <simon at josefsson.org>"
                # "Nikos Mavrogiannopoulos <nmav at gnutls.org>
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # fix build in testsuite without libidn
-  # https://gitlab.com/gnutls/gnutls/commit/78fcb17c74e1e625f89e71e0641083c85a268414
-  patch -Np1 -i $srcdir/test_do_not_perform_internationalized_name_checks_without_libidn.diff
-}
-
 build() {
   cd ${pkgname}-${pkgver}
 



More information about the arch-commits mailing list