update to 12.4-systemd: coreutils-9.7

This commit is contained in:
2025-12-22 02:45:08 -05:00
parent 1ec9a7de10
commit 96ce3e4f8b

View File

@@ -1,5 +1,5 @@
pkgname=coreutils pkgname=coreutils
pkgver=9.6 pkgver=9.7
pkgdesc='The basic file, shell and text manipulation utilities of the GNU operating system' pkgdesc='The basic file, shell and text manipulation utilities of the GNU operating system'
arch=('x86_64') arch=('x86_64')
license=( license=(
@@ -8,18 +8,22 @@ license=(
) )
homepage='https://www.gnu.org/software/coreutils/' homepage='https://www.gnu.org/software/coreutils/'
sources=("${pkgname}-${pkgver}.tar.xz" sources=("${pkgname}-${pkgver}.tar.xz"
"${pkgname}-${pkgver}-upstream_fix-1.patch"
"${pkgname}-${pkgver}-i18n-1.patch" "${pkgname}-${pkgver}-i18n-1.patch"
) )
urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}" urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}"
"https://www.linuxfromscratch.org/patches/lfs/12.3/coreutils-9.6-i18n-1.patch" "https://www.linuxfromscratch.org/patches/lfs/12.4/${sources[1]}"
"https://www.linuxfromscratch.org/patches/lfs/12.4/${sources[2]}"
) )
md5sums=("0ed6cc983fe02973bc98803155cc1733" md5sums=("6b7285faf7d5eb91592bdd689270d3f1"
"6aee45dd3e05b7658971c321d92f44b7" "96382a5aa85d6651a74f94ffb61785d9"
"33ebfad32b2dfb8417c3335c08671206"
) )
src_prepare() { src_prepare() {
tar -xf ${distdir}/${sources[0]} --strip-components=1 tar -xf ${distdir}/${sources[0]} --strip-components=1
patch -Np1 -i ${distdir}/${sources[1]} patch -Np1 -i ${distdir}/${sources[1]}
patch -Np1 -i ${distdir}/${sources[2]}
} }
src_build() { src_build() {