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