This commit is contained in:
Peter Jung 2022-05-11 15:27:46 +02:00
parent 0d590e3b22
commit 39f3707ba6
No known key found for this signature in database
GPG Key ID: C3C4820857F654FE
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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