diff options
Diffstat (limited to 'repo/extra/xibuild.xibuild')
-rw-r--r-- | repo/extra/xibuild.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/extra/xibuild.xibuild b/repo/extra/xibuild.xibuild index 029efdc..0b001b0 100644 --- a/repo/extra/xibuild.xibuild +++ b/repo/extra/xibuild.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(bash tar) +DEPS=(bash tar git hg curl openssl ) SOURCE=https://git.davidovski.xyz/xilinux/xibuild.git DESC="The build system for xilinux used to build packages and maintain repositories" |