From 0fe453bf833c59dae7476ee70d5923dc6e9f6916 Mon Sep 17 00:00:00 2001 From: Josip Ponjavic Date: Tue, 26 Oct 2021 21:16:04 +0200 Subject: [PATCH] 5.14.14-2 (clr 5.14.14-1085) --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a3184a4..82611b7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = linux-clear pkgdesc = Clear Linux pkgver = 5.14.14 - pkgrel = 1 + pkgrel = 2 url = https://github.com/clearlinux-pkgs/linux arch = x86_64 license = GPL2 @@ -16,7 +16,7 @@ pkgbase = linux-clear source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.14.tar.xz source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.14.tar.sign source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.14.14.xz - source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.14.13-1083 + source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.14.14-1085 source = more-uarches-20210914.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20210914.tar.gz source = 0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch::https://raw.githubusercontent.com/xanmod/linux-patches/e2d48df5def86f498766b22e836a9c2f1bcb3809/linux-5.14.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/e2d48df5def86f498766b22e836a9c2f1bcb3809/linux-5.14.y-xanmod/userns/0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch diff --git a/PKGBUILD b/PKGBUILD index 8dea917..82ee57a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -76,10 +76,10 @@ _use_current= _major=5.14 _minor=14 _srcname=linux-${_major} -_clr=${_major}.13-1083 +_clr=${_major}.14-1085 pkgbase=linux-clear pkgver=${_major}.${_minor} -pkgrel=1 +pkgrel=2 pkgdesc='Clear Linux' arch=('x86_64') url="https://github.com/clearlinux-pkgs/linux"