diff options
Diffstat (limited to 'repo/system')
-rw-r--r-- | repo/system/xz.xibuild | 5 |
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 () { |