summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-01-07 00:59:37 -0500
committerVincent Grande2021-01-07 00:59:37 -0500
commit59553612b9434ee71ea1efaf197dd9ce51ae214b (patch)
tree6d149ddf84c902caf9ee0729a726cc0d718ef94a
parent29914d8c1969e56891a891dae357a8dc66fe01d9 (diff)
downloadaur-59553612b9434ee71ea1efaf197dd9ce51ae214b.tar.gz
fix
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 497f5ad8ce20..9f552fbc2a90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,6 @@ pkgbase = curl-git
depends = libpsl.so
depends = libnghttp2
depends = libidn2
- depends = libidn2.so
depends = zstd
provides = libcurl.so
provides = curl
diff --git a/PKGBUILD b/PKGBUILD
index 9131e2fbe5ea..11332ee71f8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ arch=('x86_64')
url="https://curl.haxx.se"
license=('MIT')
depends=('ca-certificates' 'krb5' 'libssh2' 'libssh2.so' 'openssl' 'zlib'
- 'libpsl' 'libpsl.so' 'libnghttp2' 'libidn2' 'libidn2.so' 'zstd')
+ 'libpsl' 'libpsl.so' 'libnghttp2' 'libidn2' 'zstd')
provides=('libcurl.so' curl)
conflicts=(curl)
source=("git+https://github.com/curl/curl")