From 5036f9917afc8ec72f11996f9fd16d8b54644f3d Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Fri, 18 Oct 2024 12:17:51 +0200 Subject: [PATCH] 6.11.3-1 (clr 6.11.3-1472) fix kernel compiler patch --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e4501eb..c6e04f3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = linux-clear pkgdesc = Linux kernel with patches from Clear Linux which allow for higher performance. pkgver = 6.11.3 - pkgrel = 2 + pkgrel = 3 url = https://github.com/clearlinux-pkgs/linux arch = x86_64 license = GPL-2.0-only diff --git a/PKGBUILD b/PKGBUILD index 96b6b73..ee7f35d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -131,7 +131,7 @@ _src_clr=${_kernel_major}.${_clr} # Package information pkgbase=linux-clear pkgver=${_kernel_major}.${_kernel_minor} -pkgrel=2 +pkgrel=3 pkgdesc="Linux kernel with patches from Clear Linux which allow for higher performance." arch=("x86_64") url="https://github.com/clearlinux-pkgs/linux" @@ -263,7 +263,7 @@ prepare() { # Patch with kernel_compiler_patch patches # This must be executed after olddefconfig # to allow for the next section to run. - patch -Np1 -i "$srcdir/kernel_compiler_patch-$_kernelcompilerpatch/more-uarches-for-kernel-6.8-rc4+.patch" + patch -Np1 -i "$srcdir/kernel_compiler_patch-$_kernelcompilerpatch/more-ISA-levels-and-uarches-for-kernel-6.8-rc4+.patch" # Set subarch automatically [[ -n "${_subarch}" ]] && yes "${_subarch}" | make ${BUILD_FLAGS[*]} oldconfig