summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJianfeng Zhang2020-02-14 20:45:24 -0800
committerJianfeng Zhang2020-02-14 20:45:24 -0800
commit95e8ebecb2650c0d7def83eb26e54dfb2dc2f086 (patch)
treeeee13133d0babaa7ad7dbfb7e793b3296ba8764c
parente077afcdb34646195d10dd4b9043be7bca7c5489 (diff)
downloadaur-95e8ebecb2650c0d7def83eb26e54dfb2dc2f086.tar.gz
add 'git' to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e989c8bc5e8d..26c3cb6dd1a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = curlie
arch = x86_64
license = MIT
makedepends = go
+ makedepends = git
depends = curl
source = git+https://github.com/rs/curlie.git#tag=v1.3.1
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2fe9707ec6cb..033282eaefa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='A frontend to curl that adds the ease of use of httpie'
arch=('x86_64')
url="https://curlie.io/"
license=('MIT')
-makedepends=('go')
+makedepends=('go' 'git')
depends=('curl')
source=("git+https://github.com/rs/curlie.git#tag=v$pkgver")
sha256sums=('SKIP')