forked from JeremyStarTM/aur-linux-clear
6.10.5-1 (clr 6.10.4-1456)
This commit is contained in:
parent
829b8dd166
commit
720c0fcf70
2 changed files with 11 additions and 11 deletions
14
.SRCINFO
14
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-clear
|
||||
pkgdesc = Linux kernel with patches from Clear Linux to allow for higher performance.
|
||||
pkgver = 6.10.4
|
||||
pkgdesc = Linux kernel with patches from Clear Linux which allow for higher performance.
|
||||
pkgver = 6.10.5
|
||||
pkgrel = 1
|
||||
url = https://github.com/clearlinux-pkgs/linux
|
||||
arch = x86_64
|
||||
|
@ -20,19 +20,19 @@ pkgbase = linux-clear
|
|||
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.4.xz
|
||||
source = cl-linux::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.10.2-1454
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.10.5.xz
|
||||
source = cl-linux::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.10.4-1456
|
||||
source = more-uarches-20240221.2.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20240221.2.tar.gz
|
||||
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
|
||||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||
sha256sums = 774698422ee54c5f1e704456f37c65c06b51b4e9a8b0866f34580d86fef8e226
|
||||
sha256sums = SKIP
|
||||
sha256sums = 4c6e823a3ed73089b958cb2d2974982f769435d5aa7750cbdf4932c92188eca0
|
||||
sha256sums = 26478afe830672dc6daedafc6c9ab901683c039a3ace95aacb88d32d4ba364f5
|
||||
sha256sums = SKIP
|
||||
sha256sums = 1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f
|
||||
|
||||
pkgname = linux-clear
|
||||
pkgdesc = Linux kernel with patches from Clear Linux to allow for higher performance. This package includes the kernel and compiled modules.
|
||||
pkgdesc = Linux kernel with patches from Clear Linux which allow for higher performance. This package includes the kernel and compiled modules.
|
||||
install = linux.install
|
||||
depends = coreutils
|
||||
depends = kmod
|
||||
|
@ -44,5 +44,5 @@ pkgname = linux-clear
|
|||
provides = KSMBD-MODULE
|
||||
|
||||
pkgname = linux-clear-headers
|
||||
pkgdesc = Linux kernel with patches from Clear Linux to allow for higher performance. This package includes header files and scripts for building kernel modules.
|
||||
pkgdesc = Linux kernel with patches from Clear Linux which allow for higher performance. This package includes header files and scripts for building kernel modules.
|
||||
depends = pahole
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -119,9 +119,9 @@
|
|||
|
||||
# Kernel version
|
||||
_kernel_major=6.10
|
||||
_kernel_minor=4
|
||||
_kernel_minor=5
|
||||
# Clear Linux patches version
|
||||
_clr=2-1454
|
||||
_clr=4-1456
|
||||
# kernel_compiler_patch version
|
||||
_kernelcompilerpatch="20240221.2"
|
||||
# Source directory names
|
||||
|
@ -132,7 +132,7 @@ _src_clr=${_kernel_major}.${_clr}
|
|||
pkgbase=linux-clear
|
||||
pkgver=${_kernel_major}.${_kernel_minor}
|
||||
pkgrel=1
|
||||
pkgdesc="Linux kernel with patches from Clear Linux to allow for higher performance."
|
||||
pkgdesc="Linux kernel with patches from Clear Linux which allow for higher performance."
|
||||
arch=("x86_64")
|
||||
url="https://github.com/clearlinux-pkgs/linux"
|
||||
license=(GPL-2.0-only)
|
||||
|
@ -428,6 +428,6 @@ validpgpkeys=(
|
|||
)
|
||||
sha256sums=("774698422ee54c5f1e704456f37c65c06b51b4e9a8b0866f34580d86fef8e226"
|
||||
"SKIP"
|
||||
"4c6e823a3ed73089b958cb2d2974982f769435d5aa7750cbdf4932c92188eca0"
|
||||
"26478afe830672dc6daedafc6c9ab901683c039a3ace95aacb88d32d4ba364f5"
|
||||
"SKIP"
|
||||
"1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f")
|
||||
|
|
Loading…
Reference in a new issue