From a7cb8786f5103842f886749fc809420410c59ed6 Mon Sep 17 00:00:00 2001 From: zhongluping <278527840@qq.com> Date: Mon, 23 Oct 2023 12:45:57 +0800 Subject: [PATCH] test xz Signed-off-by: zhongluping <278527840@qq.com> --- thirdparty/xz/HPKBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thirdparty/xz/HPKBUILD b/thirdparty/xz/HPKBUILD index a78baa98..b10ff5c4 100644 --- a/thirdparty/xz/HPKBUILD +++ b/thirdparty/xz/HPKBUILD @@ -27,6 +27,8 @@ makedepends=() # 官方下载地址https://tukaani.org/$pkgname/$pkgname-$pkgver.tar.gz受网络影响可能存在下载失败的情况,现使用gitee镜像可以与官方仓库保持同步 source="https://gitee.com/lycium_pkg_mirror/$pkgname/repository/archive/$pkgver.zip" + + autounpack=true downloadpackage=true buildtools="configure" -- Gitee