From a51d3a46de7abc8125571955e96ba5318ff9c60a Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Tue, 18 Mar 2025 23:28:18 -0400 Subject: [PATCH] update to 12.3: m4 --- lfs/m4-1.4.19.PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/m4-1.4.19.PKGBUILD b/lfs/m4-1.4.19.PKGBUILD index d1c241e..c800c61 100644 --- a/lfs/m4-1.4.19.PKGBUILD +++ b/lfs/m4-1.4.19.PKGBUILD @@ -3,8 +3,8 @@ pkgver=1.4.19 pkgdesc="The GNU macro processor" homepage="https://www.gnu.org/software/m4" license=('GPL3') -sources=("$pkgname-$pkgver.tar.xz") -urls=("https://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz") +sources=("${pkgname}-${pkgver}.tar.xz") +urls=("https://ftp.gnu.org/gnu/m4/${sources[0]}") md5sums=("0d90823e1426f1da2fd872df0311298d")