diff --git a/lfs/coreutils-9.6.PKGBUILD b/lfs/coreutils-9.7.PKGBUILD similarity index 77% rename from lfs/coreutils-9.6.PKGBUILD rename to lfs/coreutils-9.7.PKGBUILD index 97809e8..181f052 100644 --- a/lfs/coreutils-9.6.PKGBUILD +++ b/lfs/coreutils-9.7.PKGBUILD @@ -1,5 +1,5 @@ pkgname=coreutils -pkgver=9.6 +pkgver=9.7 pkgdesc='The basic file, shell and text manipulation utilities of the GNU operating system' arch=('x86_64') license=( @@ -8,18 +8,22 @@ license=( ) homepage='https://www.gnu.org/software/coreutils/' sources=("${pkgname}-${pkgver}.tar.xz" + "${pkgname}-${pkgver}-upstream_fix-1.patch" "${pkgname}-${pkgver}-i18n-1.patch" ) 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" - "6aee45dd3e05b7658971c321d92f44b7" +md5sums=("6b7285faf7d5eb91592bdd689270d3f1" + "96382a5aa85d6651a74f94ffb61785d9" + "33ebfad32b2dfb8417c3335c08671206" ) src_prepare() { tar -xf ${distdir}/${sources[0]} --strip-components=1 patch -Np1 -i ${distdir}/${sources[1]} + patch -Np1 -i ${distdir}/${sources[2]} } src_build() {