summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'