summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1e222d99005..05455acba45a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-clear
pkgdesc = Clear Linux
pkgver = 6.0.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
license = GPL2
@@ -15,7 +15,7 @@ pkgbase = linux-clear
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.tar.sign
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.0.9.xz
- source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.0.8-1208
+ source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.0.9-1213
source = more-uarches-20220315.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20220315.tar.gz
source = 0001-pci-Enable-overrides-for-missing-ACS-capabilities-aa66d88835989a3d6ee8e9c2a72afdcf22f4b2bc.patch::https://raw.githubusercontent.com/xanmod/linux-patches/aa66d88835989a3d6ee8e9c2a72afdcf22f4b2bc/linux-6.0.y-xanmod/pci_acso/0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch
source = 0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW-aa66d88835989a3d6ee8e9c2a72afdcf22f4b2bc.patch::https://raw.githubusercontent.com/xanmod/linux-patches/aa66d88835989a3d6ee8e9c2a72afdcf22f4b2bc/linux-6.0.y-xanmod/userns/0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch
diff --git a/PKGBUILD b/PKGBUILD
index 415c44b8713e..09a91176f10e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -84,12 +84,12 @@
_major=6.0
_minor=9
_srcname=linux-${_major}
-_clr=${_major}.8-1208
+_clr=${_major}.9-1213
_gcc_more_v='20220315'
_xanmod='aa66d88835989a3d6ee8e9c2a72afdcf22f4b2bc'
pkgbase=linux-clear
pkgver=${_major}.${_minor}
-pkgrel=1
+pkgrel=2
pkgdesc='Clear Linux'
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux"