From 0f0896fbc6580c8473216e989f4ee29bf3e4af1a Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 22 Jan 2022 00:47:27 +0000 Subject: made bash and xz use tarball sources --- repo/system/xz.xibuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'repo/system/xz.xibuild') 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 () { -- cgit v1.2.1