6.12.11-1 (clr 6.12.11-1537)
This commit is contained in:
parent
b96762dbcf
commit
ff91f2b369
2 changed files with 8 additions and 7 deletions
9
.SRCINFO
9
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-clear
|
||||
pkgdesc = Linux kernel with patches from Clear Linux which allow for higher performance.
|
||||
pkgver = 6.12.10
|
||||
pkgver = 6.12.11
|
||||
pkgrel = 1
|
||||
url = https://git.staropensource.de/JeremyStarTM/aur-linux-clear
|
||||
arch = x86_64
|
||||
|
@ -16,12 +16,13 @@ pkgbase = linux-clear
|
|||
makedepends = tar
|
||||
makedepends = xz
|
||||
makedepends = zstd
|
||||
makedepends = pv
|
||||
options = !strip
|
||||
options = !debug
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.tar.xz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.tar.sign
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.12.10.xz
|
||||
source = cl-linux::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.12.9-1535
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.12.11.xz
|
||||
source = cl-linux::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.12.11-1537
|
||||
source = more-uarches-20241018.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20241018.tar.gz
|
||||
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
|
||||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||
|
@ -29,7 +30,7 @@ pkgbase = linux-clear
|
|||
validpgpkeys = AC2B29BD34A6AFDDB3F68F35E7BFC8EC95861109
|
||||
sha256sums = b1a2562be56e42afb3f8489d4c2a7ac472ac23098f1ef1c1e40da601f54625eb
|
||||
sha256sums = SKIP
|
||||
sha256sums = 99168905b0a1eccd88205e85d982c762fe84dc268806e851ba80828c120852a1
|
||||
sha256sums = 86b8dc37ea5abb31bc829820f0ee6c340815e7b9f9907657374b2c085487b70f
|
||||
sha256sums = SKIP
|
||||
sha256sums = b3fd8b1c5bbd39a577afcccf6f1119fdf83f6d72119f4c0811801bdd51d1bc61
|
||||
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -174,9 +174,9 @@
|
|||
|
||||
# Kernel version
|
||||
_kernel_major=6.12
|
||||
_kernel_minor=10
|
||||
_kernel_minor=11
|
||||
# Clear Linux patches version
|
||||
_clr=9-1535
|
||||
_clr=11-1537
|
||||
# kernel_compiler_patch version
|
||||
_kernelcompilerpatch="20241018"
|
||||
# Source directory names
|
||||
|
@ -581,6 +581,6 @@ validpgpkeys=(
|
|||
)
|
||||
sha256sums=("b1a2562be56e42afb3f8489d4c2a7ac472ac23098f1ef1c1e40da601f54625eb"
|
||||
"SKIP"
|
||||
"99168905b0a1eccd88205e85d982c762fe84dc268806e851ba80828c120852a1"
|
||||
"86b8dc37ea5abb31bc829820f0ee6c340815e7b9f9907657374b2c085487b70f"
|
||||
"SKIP"
|
||||
"b3fd8b1c5bbd39a577afcccf6f1119fdf83f6d72119f4c0811801bdd51d1bc61")
|
||||
|
|
Loading…
Add table
Reference in a new issue