summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2022-10-07 20:11:29 +0200
committerJosip Ponjavic2022-10-07 20:11:29 +0200
commitce711fb3d09a3d34162158a6ade90588bdd30269 (patch)
tree549f5e05fa5b6853565e613a85c4c2aea134f70b
parentece0a40e739cceee0e8a84a7869c5dc4df89d87d (diff)
downloadaur-ce711fb3d09a3d34162158a6ade90588bdd30269.tar.gz
6.0.0-2 (clr 6.0.0-1197)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3ffa638a51c..cb8c943bca2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-clear
pkgdesc = Clear Linux
pkgver = 6.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
license = GPL2
@@ -14,7 +14,7 @@ pkgbase = linux-clear
options = !strip
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 = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.0.0-1194
+ source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.0.0-1197
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.patch::https://raw.githubusercontent.com/xanmod/linux-patches/8f964c6180f3fba9eca1c3598c93b2b56f421a9c/linux-5.19.y-xanmod/pci_acso/0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch
source = 0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch::https://raw.githubusercontent.com/xanmod/linux-patches/8f964c6180f3fba9eca1c3598c93b2b56f421a9c/linux-5.19.y-xanmod/userns/0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch
diff --git a/PKGBUILD b/PKGBUILD
index 6e6318eb3af9..149da35307bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -84,10 +84,10 @@
_major=6.0
_minor=0
_srcname=linux-${_major}
-_clr=${_major}.0-1194
+_clr=${_major}.0-1197
pkgbase=linux-clear
pkgver=${_major}.${_minor}
-pkgrel=1
+pkgrel=2
pkgdesc='Clear Linux'
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux"