diff options
author | davidovski <david@davidovski.xyz> | 2022-02-05 23:06:30 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-05 23:06:30 +0000 |
commit | d30c88ec829e40333150d9f0aece53ba1bcdd05a (patch) | |
tree | 888cf3be7651110859059f267108e1fab869def8 /repo/xi/xipkg.xibuild | |
parent | 1c0d068fa80521a225c04b642d6e5f332ad00ada (diff) |
added auto-mainainer to build meta packages
Diffstat (limited to 'repo/xi/xipkg.xibuild')
-rw-r--r-- | repo/xi/xipkg.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/xi/xipkg.xibuild b/repo/xi/xipkg.xibuild index c2018b3..b7445c2 100644 --- a/repo/xi/xipkg.xibuild +++ b/repo/xi/xipkg.xibuild @@ -1,7 +1,7 @@ #!/bin/bash MAKEDEPS=(python make zip) -DEPS=(tar python python-requests) +DEPS=(tar python python-requests curl) SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git DESC="The xilinux package manager" |