From 6124fcf88fc07628fdb979f5eee2670b130989fd Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 26 Apr 2024 08:28:25 +0200 Subject: core/coreutils: redone i486 uname patch --- core/coreutils/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/coreutils/PKGBUILD') diff --git a/core/coreutils/PKGBUILD b/core/coreutils/PKGBUILD index f4b69568..20eef67e 100644 --- a/core/coreutils/PKGBUILD +++ b/core/coreutils/PKGBUILD @@ -1,8 +1,8 @@ # 486-specific if [ "${CARCH}" = "i486" ]; then # make uname return i486 instead of i686 when used with setarch - source+=('coreutils-8.30-uname-i486.patch') - sha256sums+=('4e3971d7c5f6363d2d2ceeea23958ec6db1d6e5d2c7fc20bc5d6d6bfa7290ad0') + source+=('coreutils-9.5-uname-i486.patch') + sha256sums+=('9c8b9c88a2f737808ef43dca4c7ea03c638930e33f3c01e7c407ec6f9f67f218') fi # FS#66506: temporarily ignore test-login failure -- cgit v1.2.3-54-g00ecf