summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHendrik 'T4cC0re' Meyer2019-12-19 00:14:00 +0100
committerHendrik 'T4cC0re' Meyer2019-12-19 00:14:00 +0100
commit03f285681f1341fde66d6abbf558299f5880384d (patch)
treee59b1fb674e0136e2f979851275ffbf208e9c8bb /PKGBUILD
parent470f453af9a9dea3d236f589424473a7f04f88e6 (diff)
downloadaur-03f285681f1341fde66d6abbf558299f5880384d.tar.gz
add makedepends for go
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9626d226d6a5..adf6463a31eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Hendrik 'T4cC0re' Meyer <aur@t4cc0.re>
pkgname=curl-http3
pkgver=7.67.0
-pkgrel=1
+pkgrel=2
pkgdesc="An URL retrieval utility and library - compiled with HTTP/3 support - binary is called curl3"
arch=('x86_64')
url="https://curl.haxx.se"
license=('MIT')
depends=('ca-certificates' 'openssl' 'zlib' 'libpsl' 'libnghttp2'
'libidn2' 'libidn2.so')
-makedepends=('rust' 'git' 'cmake')
+makedepends=('rust' 'git' 'go' 'cmake')
source=("https://curl.haxx.se/download/curl-$pkgver.tar.gz"{,.asc})
validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
#source=("curl-$pkgver.zip::https://github.com/curl/curl/archive/master.zip")