5.15.12-1
This commit is contained in:
parent
9fd480c78d
commit
8dc4db5eb3
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,4 +1,4 @@
|
||||||
pkgbase = linux-cachyos-cfs
|
pkgbase = linux-cachyos
|
||||||
pkgdesc = Linux CFS scheduler Kernel by CachyOS and with some other patches and other improvements
|
pkgdesc = Linux CFS scheduler Kernel by CachyOS and with some other patches and other improvements
|
||||||
pkgver = 5.15.12
|
pkgver = 5.15.12
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
|
@ -84,7 +84,7 @@ pkgbase = linux-cachyos-cfs
|
||||||
md5sums = 940d98858e6e59ecc07da50e05f6bc3d
|
md5sums = 940d98858e6e59ecc07da50e05f6bc3d
|
||||||
md5sums = 21c98f19e883879dd3336c1fa143fd31
|
md5sums = 21c98f19e883879dd3336c1fa143fd31
|
||||||
|
|
||||||
pkgname = linux-cachyos-cfs
|
pkgname = linux-cachyos
|
||||||
pkgdesc = The Linux CFS scheduler Kernel by CachyOS and with some other patches and other improvements kernel and modules
|
pkgdesc = The Linux CFS scheduler Kernel by CachyOS and with some other patches and other improvements kernel and modules
|
||||||
depends = coreutils
|
depends = coreutils
|
||||||
depends = kmod
|
depends = kmod
|
||||||
|
@ -95,7 +95,7 @@ pkgname = linux-cachyos-cfs
|
||||||
provides = VIRTUALBOX-GUEST-MODULES
|
provides = VIRTUALBOX-GUEST-MODULES
|
||||||
provides = WIREGUARD-MODULE
|
provides = WIREGUARD-MODULE
|
||||||
|
|
||||||
pkgname = linux-cachyos-cfs-headers
|
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
|
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-cfs=5.15.12
|
depends = linux-cachyos=5.15.12
|
||||||
depends = pahole
|
depends = pahole
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -117,9 +117,9 @@ _use_cfi=
|
||||||
|
|
||||||
|
|
||||||
if [ -n "$_use_llvm_lto" ]; then
|
if [ -n "$_use_llvm_lto" ]; then
|
||||||
pkgbase=linux-cachyos-cfs-lto
|
pkgbase=linux-cachyos-lto
|
||||||
else
|
else
|
||||||
pkgbase=linux-cachyos-cfs
|
pkgbase=linux-cachyos
|
||||||
fi
|
fi
|
||||||
_major=5.15
|
_major=5.15
|
||||||
_minor=12
|
_minor=12
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue