5.17.6-4
This commit is contained in:
parent
0d590e3b22
commit
39f3707ba6
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,4 +1,4 @@
|
|||
pkgbase = linux-cachyos-cfs
|
||||
pkgbase = linux-cachyos
|
||||
pkgdesc = Linux CFS scheduler Kernel by CachyOS with other patches and improvements
|
||||
pkgver = 5.17.6
|
||||
pkgrel = 4
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -106,9 +106,9 @@ _thin_lto_cachedir=
|
|||
_use_cfi=
|
||||
|
||||
if [ -n "$_use_llvm_lto" ]; then
|
||||
pkgbase=linux-cachyos-${_cpusched}-lto
|
||||
pkgbase=linux-cachyos-lto
|
||||
else
|
||||
pkgbase=linux-cachyos-${_cpusched}
|
||||
pkgbase=linux-cachyos
|
||||
fi
|
||||
_major=5.17
|
||||
_minor=6
|
||||
|
|
Loading…
Add table
Reference in a new issue