From 8298890bbe67ac1cd1d20505f4fde07faa49420d Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Mon, 22 Dec 2025 02:53:38 -0500 Subject: [PATCH] update to 12.4-systemd: gawk-5.3.2 --- lfs/{gawk-5.3.1.PKGBUILD => gawk-5.3.2.PKGBUILD} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename lfs/{gawk-5.3.1.PKGBUILD => gawk-5.3.2.PKGBUILD} (87%) diff --git a/lfs/gawk-5.3.1.PKGBUILD b/lfs/gawk-5.3.2.PKGBUILD similarity index 87% rename from lfs/gawk-5.3.1.PKGBUILD rename to lfs/gawk-5.3.2.PKGBUILD index d739d42..ff5991d 100644 --- a/lfs/gawk-5.3.1.PKGBUILD +++ b/lfs/gawk-5.3.2.PKGBUILD @@ -1,12 +1,12 @@ pkgname=gawk -pkgver=5.3.1 +pkgver=5.3.2 pkgdesc="GNU version of awk" arch=('x86_64') homepage="https://www.gnu.org/software/gawk/" license=('GPL-3.0-or-later') sources=("${pkgname}-${pkgver}.tar.xz") urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}") -md5sums=("4e9292a06b43694500e0620851762eec") +md5sums=("b7014650c5f45e5d4837c31209dc0037") src_prepare() { tar -xf ${distdir}/${sources[0]} --strip-components=1 @@ -26,5 +26,5 @@ src_check() { src_install() { make DESTDIR="${pkgdir}" install ln -sv gawk.1 "${pkgdir}"/usr/share/man/man1/awk.1 - install -vDm644 doc/{awkforai.txt,*.{eps,pdf,jpg}} -t "${pkgdir}"/usr/share/doc/gawk-5.3.1 + install -vDm644 doc/{awkforai.txt,*.{eps,pdf,jpg}} -t "${pkgdir}"/usr/share/doc/gawk-${pkgver} }