update to LFS 12.4 #1

Merged
wyj merged 146 commits from dev into main 2025-12-22 07:15:10 -05:00
Showing only changes of commit 3fe2053a0c - Show all commits

View File

@@ -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