5.15.9-1
This commit is contained in:
parent
e5862435be
commit
c4319107d3
8
.SRCINFO
8
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = linux-cachyos
|
||||
pkgdesc = Linux CFS scheduler Kernel by CachyOS and with some other patches and other improvements
|
||||
pkgver = 5.15.8
|
||||
pkgrel = 3
|
||||
pkgver = 5.15.9
|
||||
pkgrel = 1
|
||||
url = https://github.com/CachyOS/linux-cachyos
|
||||
arch = x86_64
|
||||
arch = x86_64_v3
|
||||
@ -19,7 +19,7 @@ pkgbase = linux-cachyos
|
||||
makedepends = tar
|
||||
makedepends = xz
|
||||
options = !strip
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.8.tar.xz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.9.tar.xz
|
||||
source = config
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-arch-patches.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-cfi.patch
|
||||
@ -99,5 +99,5 @@ pkgname = linux-cachyos
|
||||
|
||||
pkgname = linux-cachyos-headers
|
||||
pkgdesc = Headers and scripts for building modules for the Linux CFS scheduler Kernel by CachyOS and with some other patches and other improvements
|
||||
depends = linux-cachyos=5.15.8
|
||||
depends = linux-cachyos=5.15.9
|
||||
depends = pahole
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -129,13 +129,13 @@ else
|
||||
pkgbase=linux-cachyos
|
||||
fi
|
||||
_major=5.15
|
||||
_minor=8
|
||||
_minor=9
|
||||
pkgver=${_major}.${_minor}
|
||||
_srcname=linux-${pkgver}
|
||||
arch=(x86_64 x86_64_v3)
|
||||
pkgdesc='Linux CFS scheduler Kernel by CachyOS and with some other patches and other improvements'
|
||||
_srcname=linux-${pkgver}
|
||||
pkgrel=3
|
||||
pkgrel=1
|
||||
arch=('x86_64' 'x86_64_v3')
|
||||
url="https://github.com/CachyOS/linux-cachyos"
|
||||
license=('GPL2')
|
||||
|
Loading…
Reference in New Issue
Block a user