diff options
Diffstat (limited to 'repo/core/icecream.xibuild')
-rw-r--r-- | repo/core/icecream.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/icecream.xibuild b/repo/core/icecream.xibuild index ceabc6b..19beab4 100644 --- a/repo/core/icecream.xibuild +++ b/repo/core/icecream.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(gcc python libcap-ng lzo) +DEPS=(gcc python libcap-ng lzo libarchive) SOURCE=https://github.com/icecc/icecream/releases/download/1.3.1/icecc-1.3.1.tar.xz |