summaryrefslogtreecommitdiff
path: root/repo/system/xz.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-22 00:47:27 +0000
committerdavidovski <david@davidovski.xyz>2022-01-22 00:47:27 +0000
commit0f0896fbc6580c8473216e989f4ee29bf3e4af1a (patch)
tree851fd02c4380cd8d61f4e01a3c763bdd657353c9 /repo/system/xz.xibuild
parentdec952fe033386edc3eb34b0f17edde6683eae65 (diff)
made bash and xz use tarball sources
Diffstat (limited to 'repo/system/xz.xibuild')
-rw-r--r--repo/system/xz.xibuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/repo/system/xz.xibuild b/repo/system/xz.xibuild
index 231a30f..df800de 100644
--- a/repo/system/xz.xibuild
+++ b/repo/system/xz.xibuild
@@ -4,9 +4,8 @@ MAKEDEPS=(make )
DEPS=(sh)
PKG_VER=5.2.5
-SOURCE=https://git.tukaani.org/xz.git
-BRANCH=v$PKG_VER
-DESC="a selection of programs for compressing and decompressing files with the lzma and xz compression formats"
+SOURCE=https://tukaani.org/xz/xz-$PKG_VER.tar.xz
+DESC="Tools for the lzma and xz compression formats"
build () {