6.11.4-1 (clr 6.11.3-1472)
This commit is contained in:
parent
1fe10ce61b
commit
df67ab7c01
2 changed files with 14 additions and 14 deletions
16
.SRCINFO
16
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = linux-clear
|
||||
pkgdesc = Linux kernel with patches from Clear Linux which allow for higher performance.
|
||||
pkgver = 6.10.11
|
||||
pkgrel = 3
|
||||
pkgver = 6.11.4
|
||||
pkgrel = 0
|
||||
url = https://github.com/clearlinux-pkgs/linux
|
||||
arch = x86_64
|
||||
license = GPL-2.0-only
|
||||
|
@ -18,18 +18,18 @@ pkgbase = linux-clear
|
|||
makedepends = zstd
|
||||
options = !strip
|
||||
options = !debug
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.tar.xz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.tar.sign
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.10.11.xz
|
||||
source = cl-linux::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.10.11-1464
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.tar.xz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.tar.sign
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.11.4.xz
|
||||
source = cl-linux::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.11.3-1472
|
||||
source = more-uarches-20241001.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20241001.tar.gz
|
||||
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
|
||||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||
validpgpkeys = E27E5D8A3403A2EF66873BBCDEA66FF797772CDC
|
||||
validpgpkeys = AC2B29BD34A6AFDDB3F68F35E7BFC8EC95861109
|
||||
sha256sums = 774698422ee54c5f1e704456f37c65c06b51b4e9a8b0866f34580d86fef8e226
|
||||
sha256sums = 55d2c6c025ebc27810c748d66325dd5bc601e8d32f8581d9e77673529bdacb2e
|
||||
sha256sums = SKIP
|
||||
sha256sums = b0d817a660609b41bdee44e63e3e8dd077ad64cd6e22818e21fe1b8b97a6adb8
|
||||
sha256sums = d0c22d3f7a5ea64938cb8a003e6f6ad3226a0dab855e89fa0fff3578946c9498
|
||||
sha256sums = SKIP
|
||||
sha256sums = 3c0a38110cc21dca6b6efec03ce82ed24f473da190354cf740b5ecd6f6589aa7
|
||||
|
||||
|
|
12
PKGBUILD
12
PKGBUILD
|
@ -118,10 +118,10 @@
|
|||
### BUILD OPTIONS END
|
||||
|
||||
# Kernel version
|
||||
_kernel_major=6.10
|
||||
_kernel_minor=11
|
||||
_kernel_major=6.11
|
||||
_kernel_minor=4
|
||||
# Clear Linux patches version
|
||||
_clr=11-1464
|
||||
_clr=3-1472
|
||||
# kernel_compiler_patch version
|
||||
_kernelcompilerpatch="20241001"
|
||||
# Source directory names
|
||||
|
@ -131,7 +131,7 @@ _src_clr=${_kernel_major}.${_clr}
|
|||
# Package information
|
||||
pkgbase=linux-clear
|
||||
pkgver=${_kernel_major}.${_kernel_minor}
|
||||
pkgrel=3
|
||||
pkgrel=0
|
||||
pkgdesc="Linux kernel with patches from Clear Linux which allow for higher performance."
|
||||
arch=("x86_64")
|
||||
url="https://github.com/clearlinux-pkgs/linux"
|
||||
|
@ -430,8 +430,8 @@ validpgpkeys=(
|
|||
"E27E5D8A3403A2EF66873BBCDEA66FF797772CDC" # Sasha Levin
|
||||
"AC2B29BD34A6AFDDB3F68F35E7BFC8EC95861109" # Ben Hutchings
|
||||
)
|
||||
sha256sums=("774698422ee54c5f1e704456f37c65c06b51b4e9a8b0866f34580d86fef8e226"
|
||||
sha256sums=("55d2c6c025ebc27810c748d66325dd5bc601e8d32f8581d9e77673529bdacb2e"
|
||||
"SKIP"
|
||||
"b0d817a660609b41bdee44e63e3e8dd077ad64cd6e22818e21fe1b8b97a6adb8"
|
||||
"d0c22d3f7a5ea64938cb8a003e6f6ad3226a0dab855e89fa0fff3578946c9498"
|
||||
"SKIP"
|
||||
"3c0a38110cc21dca6b6efec03ce82ed24f473da190354cf740b5ecd6f6589aa7")
|
||||
|
|
Loading…
Reference in a new issue