summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2021-01-07 00:59:37 -0500
committerVincent Grande2021-01-07 00:59:37 -0500
commit59553612b9434ee71ea1efaf197dd9ce51ae214b (patch)
tree6d149ddf84c902caf9ee0729a726cc0d718ef94a /PKGBUILD
parent29914d8c1969e56891a891dae357a8dc66fe01d9 (diff)
downloadaur-59553612b9434ee71ea1efaf197dd9ce51ae214b.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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")