From 3fe2053a0c7d7c8d8e7f7339fb07f872afa5b538 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Sun, 21 Dec 2025 16:43:00 -0500 Subject: [PATCH] update to 12.4-systemd: gettext-0.26 --- lfs/{gettext-0.24.PKGBUILD => gettext-0.26.PKGBUILD} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename lfs/{gettext-0.24.PKGBUILD => gettext-0.26.PKGBUILD} (91%) diff --git a/lfs/gettext-0.24.PKGBUILD b/lfs/gettext-0.26.PKGBUILD similarity index 91% rename from lfs/gettext-0.24.PKGBUILD rename to lfs/gettext-0.26.PKGBUILD index 6fbd227..b2335cd 100644 --- a/lfs/gettext-0.24.PKGBUILD +++ b/lfs/gettext-0.26.PKGBUILD @@ -1,5 +1,5 @@ pkgname=gettext -pkgver=0.24 +pkgver=0.26 pkgdesc="GNU internationalization library" homepage="https://www.gnu.org/software/gettext/" license=( @@ -10,7 +10,7 @@ license=( ) sources=("${pkgname}-${pkgver}.tar.xz") urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}") -md5sums=("87aea3013802a3c60fa3feb5c7164069") +md5sums=("8e14e926f088e292f5f2bce95b81d10e") src_prepare() { tar -xf ${distdir}/${sources[0]} --strip-components=1