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

Levente Polyak anthraxx at archlinux.org
Wed Nov 2 13:18:23 UTC 2016


    Date: Wednesday, November 2, 2016 @ 13:18:23
  Author: anthraxx
Revision: 194432

upgpkg: lib32-curl 7.51.0-1 (disable libidn FS#51639)

- disable libidn support as per upstream recommendation (FS#51639)

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-02 13:16:56 UTC (rev 194431)
+++ PKGBUILD	2016-11-02 13:18:23 UTC (rev 194432)
@@ -14,10 +14,10 @@
 arch=('x86_64')
 url="http://curl.haxx.se"
 license=('MIT')
-depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' 'lib32-zlib' "${_pkgname}")
+depends=('lib32-libssh2' 'lib32-krb5' 'lib32-zlib' "${_pkgname}")
 source=("https://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('490e19a8ccd1f4a244b50338a0eb9456'
-         'SKIP')
+sha512sums=('6bec021caa1befd16dd2a5221a22764b70c1bd5cf5d553eaa2cb980ef340129a0deb2f900dd9ef5c07f734f73abf0d6447eedb1f8803e16fe469d6271161fa67'
+            'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
               '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg (old key)
 
@@ -39,7 +39,6 @@
       --enable-versioned-symbols \
       --enable-threaded-resolver \
       --with-gssapi \
-      --with-libidn \
       --with-random=/dev/urandom \
       --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
       --libdir=/usr/lib32



More information about the arch-commits mailing list