summaryrefslogtreecommitdiff
path: root/repo/xi/xiutils.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/xi/xiutils.xibuild')
-rw-r--r--repo/xi/xiutils.xibuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/repo/xi/xiutils.xibuild b/repo/xi/xiutils.xibuild
index c8f7bf6..b052226 100644
--- a/repo/xi/xiutils.xibuild
+++ b/repo/xi/xiutils.xibuild
@@ -1,11 +1,12 @@
#!/bin/sh
-MAKEDEPS="gcc"
-DEPS="bash"
+MAKEDEPS="make gcc"
+DEPS="musl sh"
-PKG_VER=1.0.2
+# Use master
+#PKG_VER=1.1.2
SOURCE=https://git.davidovski.xyz/xilinux/xiutils.git
-BRANCH="v$PKG_VER"
+#BRANCH="v$PKG_VER"
DESC="Utilities required by various components of the xilinux system"