Date: Monday, February 11, 2019 @ 05:33:25
  Author: foutrelis
Revision: 345875

upgpkg: curl 7.64.0-3

- Add libidn2.so sodep to help prevent partial upgrades breaking pacman.
- Explicitly depend on libidn2.

Modified:
  curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-02-11 05:31:33 UTC (rev 345874)
+++ PKGBUILD    2019-02-11 05:33:25 UTC (rev 345875)
@@ -6,12 +6,13 @@
 
 pkgname=curl
 pkgver=7.64.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An URL retrieval utility and library"
 arch=('x86_64')
 url="https://curl.haxx.se";
 license=('MIT')
-depends=('ca-certificates' 'krb5' 'libssh2' 'openssl' 'zlib' 'libpsl' 
'libnghttp2')
+depends=('ca-certificates' 'krb5' 'libssh2' 'openssl' 'zlib' 'libpsl' 
'libnghttp2'
+         'libidn2' 'libidn2.so')
 provides=('libcurl.so')
 options=('strip' 'debug')
 source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc})

Reply via email to