From 3d910a1a84c65f9c2fd40a7ac413591f97e5d301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=9F=B1?= Date: Mon, 18 Dec 2023 10:47:10 +0800 Subject: [PATCH] =?UTF-8?q?alsa-lib=E7=9A=84HPKBUILD=E4=B8=AD=E5=BA=93?= =?UTF-8?q?=E5=90=8D=E5=92=8C=E7=89=88=E6=9C=AC=E6=8D=A2=E6=88=90=E9=80=9A?= =?UTF-8?q?=E9=85=8D=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 罗柱 --- thirdparty/alsa-lib/HPKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/alsa-lib/HPKBUILD b/thirdparty/alsa-lib/HPKBUILD index f5369a72..139eec1c 100644 --- a/thirdparty/alsa-lib/HPKBUILD +++ b/thirdparty/alsa-lib/HPKBUILD @@ -24,7 +24,7 @@ license=("LGPL-2.1") depends=() makedepends=("automake" "makeinfo") -source="https://github.com/alsa-project/alsa-lib/archive/refs/tags/v1.1.3.tar.gz" +source="https://github.com/alsa-project/$pkgname/archive/refs/tags/$pkgver.tar.gz" autounpack=true downloadpackage=true -- Gitee