This commit is contained in:
P. Jung 2022-02-11 11:34:46 +00:00
parent 578f0ed65f
commit 803f08d078
2 changed files with 11 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pkgbase = linux-cachyos
pkgdesc = Linux CFS scheduler Kernel by CachyOS and with some other patches and other improvements
pkgver = 5.16.8
pkgrel = 2
pkgver = 5.16.9
pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
arch = x86_64_v3
@ -24,10 +24,11 @@ pkgbase = linux-cachyos
makedepends = make
makedepends = patch
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.8.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.9.tar.xz
source = config
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-cachy.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-arch-patches-v3.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-bitmap.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-amdpstate.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-anbox.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-bbr2-patches.patch
@ -47,10 +48,11 @@ pkgbase = linux-cachyos
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-v4l2loopback.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-xanmod-patches.patch
source = auto-cpu-optimization.sh
sha256sums = 52aa5f05ee8addcc1ec0020f50e5f88ea1a308c2afac4a2305e1e4cf42580316
sha256sums = 1660e7228ec299c187c19739d115ded97f6b1be05a24986c4c443e7c5e8b744f
sha256sums = 655cf4835cbca6b9b028f4c7e6a8619ff50966c86c2194e97bfb4eb06485da51
sha256sums = 80b03a4c65fc49a7059c5f0c31f2b58359c0faabcc960daffd19b5d2fa025cfe
sha256sums = d471337542fbdab0eef9169fba9a85879847e07797153ea845bee90b7facf3fa
sha256sums = 38e66c9722b9918f6d79876065a4dc17c20215387bab2a3722ae0b8d8b9a3d45
sha256sums = 4d592e6bd49ae19db05d758130ae1b6f3bb081923a7b6df0b946ea0f4524168e
sha256sums = 0b64f616404ed70757f423c879bf3edf51525bfdb78f7ec8f1ae21412d9e8a2a
sha256sums = bc91fa787a28516b317fdd9e038ed2c10b61703a9848c1a9ad286e92d51c97be

View File

@ -128,7 +128,7 @@ else
pkgbase=linux-cachyos
fi
_major=5.16
_minor=8
_minor=9
#_minorc=$((_minor+1))
#_rcver=rc8
pkgver=${_major}.${_minor}
@ -139,7 +139,7 @@ _srcname=linux-${_stable}
#_srcname=linux-${_major}
arch=(x86_64 x86_64_v3)
pkgdesc='Linux CFS scheduler Kernel by CachyOS and with some other patches and other improvements'
pkgrel=2
pkgrel=1
arch=('x86_64' 'x86_64_v3')
url="https://github.com/CachyOS/linux-cachyos"
license=('GPL2')
@ -158,6 +158,7 @@ source=(
# "${_patchsource}/sched/0001-tt.patch"
"${_patchsource}/0001-cachy.patch"
"${_patchsource}/0001-arch-patches-v3.patch"
"${_patchsource}/0001-bitmap.patch"
"${_patchsource}/0001-amdpstate.patch"
"${_patchsource}/0001-anbox.patch"
"${_patchsource}/0001-bbr2-patches.patch"
@ -690,10 +691,11 @@ for _p in "${pkgname[@]}"; do
}"
done
sha256sums=('52aa5f05ee8addcc1ec0020f50e5f88ea1a308c2afac4a2305e1e4cf42580316'
sha256sums=('1660e7228ec299c187c19739d115ded97f6b1be05a24986c4c443e7c5e8b744f'
'655cf4835cbca6b9b028f4c7e6a8619ff50966c86c2194e97bfb4eb06485da51'
'80b03a4c65fc49a7059c5f0c31f2b58359c0faabcc960daffd19b5d2fa025cfe'
'd471337542fbdab0eef9169fba9a85879847e07797153ea845bee90b7facf3fa'
'38e66c9722b9918f6d79876065a4dc17c20215387bab2a3722ae0b8d8b9a3d45'
'4d592e6bd49ae19db05d758130ae1b6f3bb081923a7b6df0b946ea0f4524168e'
'0b64f616404ed70757f423c879bf3edf51525bfdb78f7ec8f1ae21412d9e8a2a'
'bc91fa787a28516b317fdd9e038ed2c10b61703a9848c1a9ad286e92d51c97be'