summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD10
2 files changed, 15 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fdcc7a61167..a1b9f628f908 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,28 +1,33 @@
pkgbase = linux-clear
pkgdesc = Clear Linux
- pkgver = 6.8.8
+ pkgver = 6.8.10
pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
license = GPL-2.0-only
makedepends = bc
makedepends = cpio
+ makedepends = gettext
makedepends = git
makedepends = libelf
makedepends = pahole
- makedepends = xmlto
+ makedepends = perl
+ makedepends = python
+ makedepends = tar
+ makedepends = xz
+ makedepends = zstd
options = !debug
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.tar.sign
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.8.8.xz
- source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.8.7-1429
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.8.10.xz
+ source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.8.9-1433
source = more-uarches-20240221.2.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20240221.2.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = c969dea4e8bb6be991bbf7c010ba0e0a5643a3a8d8fb0a2aaa053406f1e965f3
sha256sums = SKIP
- sha256sums = cc0515039db5cd6e35a9acb1e4fe6dea4bccb429171460c71e070cbf9ce1849e
+ sha256sums = bd7d008c5d73b4d26b8d8ea3f52fbe1aff439c01dd67ecfb8075d790dfbb5aac
sha256sums = SKIP
sha256sums = 1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f
diff --git a/PKGBUILD b/PKGBUILD
index 2f2341c319c3..859de0da7c65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -86,9 +86,9 @@
### IMPORTANT: Do no edit below this line unless you know what you're doing
_major=6.8
-_minor=8
+_minor=10
_srcname=linux-${_major}
-_clr=${_major}.7-1429
+_clr=${_major}.9-1433
_gcc_more_v='20240221.2'
pkgbase=linux-clear
pkgver=${_major}.${_minor}
@@ -97,9 +97,9 @@ pkgdesc='Clear Linux'
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux"
license=(GPL-2.0-only)
-makedepends=('bc' 'cpio' 'git' 'libelf' 'pahole' 'xmlto')
+makedepends=(bc cpio gettext git libelf pahole perl python tar xz zstd)
if [ -n "$_use_llvm_lto" ]; then
- makedepends+=(clang llvm lld python)
+ makedepends+=(clang llvm lld)
fi
options=(!debug !strip)
if [ "$_debug" == "y" ]; then
@@ -421,7 +421,7 @@ done
sha256sums=('c969dea4e8bb6be991bbf7c010ba0e0a5643a3a8d8fb0a2aaa053406f1e965f3'
'SKIP'
- 'cc0515039db5cd6e35a9acb1e4fe6dea4bccb429171460c71e070cbf9ce1849e'
+ 'bd7d008c5d73b4d26b8d8ea3f52fbe1aff439c01dd67ecfb8075d790dfbb5aac'
'SKIP'
'1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f')