summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornycex2020-11-02 03:13:08 +0100
committernycex2020-11-02 03:13:08 +0100
commit5e98505ed22f490e9a673d3fdadee0c5ce45982b (patch)
tree4e712baa4eed49b76a023cd1820e1d27a5970198
parent47c0f30f95e6de7dc455cc032b39a69c9063d129 (diff)
downloadaur-5e98505ed22f490e9a673d3fdadee0c5ce45982b.tar.gz
add git makedepend
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2d8edb59512..08e2e65d7979 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = zls-git
url = https://github.com/zigtools/zls
arch = any
license = MIT
+ makedepends = git
depends = zig
source = git+https://github.com/zigtools/zls
source = git+https://github.com/ziglibs/known-folders
diff --git a/PKGBUILD b/PKGBUILD
index d8bbe9b51c65..be627b00e3f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('any')
url="https://github.com/zigtools/${_pkgbasename}"
license=('MIT')
depends=('zig')
+makedepends=('git')
source=(git+https://github.com/zigtools/${_pkgbasename}
git+https://github.com/ziglibs/known-folders)
sha256sums=('SKIP'