summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Baxter2024-01-25 17:38:58 +1300
committerJeremy Baxter2024-01-25 17:38:58 +1300
commit5861337801a5a2fcb1035235581be58010f45059 (patch)
tree7cabbc558819b2a3e71fdf19f76e5551908310ff
parent455eaf773cddc6bd79400eca52d77e64598abd9e (diff)
downloadaur-5861337801a5a2fcb1035235581be58010f45059.tar.gz
fix build in clean chroot: add git to makedepends
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c552b8b2284f..6f1bda2008f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgrel=1
pkgdesc='standalone scripting platform for Lua 5.4'
arch=('x86_64')
url='https://github.com/jtbx/callisto'
+makedepends=('git')
license=('GPL')
options=('!emptydirs')
source=("$pkgname::git+https://github.com/jtbx/callisto.git")