5.16.13-2 (clr 5.16.13-1131)

This commit is contained in:
Josip Ponjavic 2022-03-09 20:09:00 +01:00
parent e85e010683
commit b34e1862b4
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
pkgbase = linux-clear
pkgdesc = Clear Linux
pkgver = 5.16.13
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.16.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.tar.sign
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.16.13.xz
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.16.12-1129
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.16.13-1131
source = more-uarches-20211114.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20211114.tar.gz
source = 0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch::https://raw.githubusercontent.com/xanmod/linux-patches/6b08df20f31708099a7fbccf5448958b4836118f/linux-5.16.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/6b08df20f31708099a7fbccf5448958b4836118f/linux-5.16.y-xanmod/userns/0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch

View file

@ -79,10 +79,10 @@
_major=5.16
_minor=13
_srcname=linux-${_major}
_clr=${_major}.12-1129
_clr=${_major}.13-1131
pkgbase=linux-clear
pkgver=${_major}.${_minor}
pkgrel=1
pkgrel=2
pkgdesc='Clear Linux'
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux"