From 092fb7ccba26f6823552344326938a079815dc12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BB=E5=8C=97=E5=86=B5=E5=BD=92?= <2692032597@qq.com> Date: Thu, 25 Jan 2024 11:22:01 +0000 Subject: [PATCH] update thirdparty/sqlite/HPKBUILD. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 离北况归 <2692032597@qq.com> --- thirdparty/sqlite/HPKBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thirdparty/sqlite/HPKBUILD b/thirdparty/sqlite/HPKBUILD index 37fddd11..bc683312 100644 --- a/thirdparty/sqlite/HPKBUILD +++ b/thirdparty/sqlite/HPKBUILD @@ -11,6 +11,8 @@ depends=("tcl") makedepends=("tclsh8.6") source="https://github.com/$pkgname/$pkgname/archive/refs/tags/$pkgver.tar.gz" + + autounpack=true downloadpackage=true buildtools="configure" -- Gitee