5.16.19-1 (clr 5.16.18-1138)
This commit is contained in:
parent
f9c580ee46
commit
aa69636f2a
2 changed files with 10 additions and 10 deletions
12
.SRCINFO
12
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = linux-clear
|
||||
pkgdesc = Clear Linux
|
||||
pkgver = 5.16.18
|
||||
pkgrel = 2
|
||||
pkgver = 5.16.19
|
||||
pkgrel = 1
|
||||
url = https://github.com/clearlinux-pkgs/linux
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
|
@ -15,8 +15,8 @@ pkgbase = linux-clear
|
|||
options = !strip
|
||||
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.18.xz
|
||||
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.16.18-1137
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.16.19.xz
|
||||
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.16.18-1138
|
||||
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
|
||||
|
@ -24,7 +24,7 @@ pkgbase = linux-clear
|
|||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||
sha256sums = 027d7e8988bb69ac12ee92406c3be1fe13f990b1ca2249e226225cd1573308bb
|
||||
sha256sums = SKIP
|
||||
sha256sums = 3bb88aa87c3f7788ad84ca5cbf3946ed9fbb3fddb9fca2458944fba5ebd2ab16
|
||||
sha256sums = 1881902beb02ed33fbf3a21ebef1d61578e0dacb7f39ad4066a10038b8df7889
|
||||
sha256sums = SKIP
|
||||
sha256sums = fffcd3b2c139e6a0b80c976a4ce407d450cf8f454e697d5ed39d85e8232ddeba
|
||||
sha256sums = c19a16f7cd760d79016c5108ae5d655d7f785d093edb4a186f69531f65889197
|
||||
|
@ -36,7 +36,7 @@ pkgname = linux-clear
|
|||
depends = coreutils
|
||||
depends = kmod
|
||||
depends = initramfs
|
||||
optdepends = crda: to set the correct wireless channels of your country
|
||||
optdepends = wireless-regdb: to set the correct wireless channels of your country
|
||||
optdepends = linux-firmware: firmware images needed for some devices
|
||||
optdepends = modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig
|
||||
provides = VIRTUALBOX-GUEST-MODULES
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -82,12 +82,12 @@
|
|||
### IMPORTANT: Do no edit below this line unless you know what you're doing
|
||||
|
||||
_major=5.16
|
||||
_minor=18
|
||||
_minor=19
|
||||
_srcname=linux-${_major}
|
||||
_clr=${_major}.18-1137
|
||||
_clr=${_major}.18-1138
|
||||
pkgbase=linux-clear
|
||||
pkgver=${_major}.${_minor}
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc='Clear Linux'
|
||||
arch=('x86_64')
|
||||
url="https://github.com/clearlinux-pkgs/linux"
|
||||
|
@ -424,7 +424,7 @@ done
|
|||
|
||||
sha256sums=('027d7e8988bb69ac12ee92406c3be1fe13f990b1ca2249e226225cd1573308bb'
|
||||
'SKIP'
|
||||
'3bb88aa87c3f7788ad84ca5cbf3946ed9fbb3fddb9fca2458944fba5ebd2ab16'
|
||||
'1881902beb02ed33fbf3a21ebef1d61578e0dacb7f39ad4066a10038b8df7889'
|
||||
'SKIP'
|
||||
'fffcd3b2c139e6a0b80c976a4ce407d450cf8f454e697d5ed39d85e8232ddeba'
|
||||
'c19a16f7cd760d79016c5108ae5d655d7f785d093edb4a186f69531f65889197'
|
||||
|
|
Loading…
Reference in a new issue