Skip to content

Commit 98b6e64

Browse files
1Naimptr1337
authored andcommitted
linux-cachyos-rc: 6.16-rc5-1
A bit late here because of a DRM regression that occasionally prevented booting, and if it booted, the DE would crash after around ~10 minutes. In my case, both kwin and plasmashell crashed so keyboard shortcuts didn't work either. Signed-off-by: Eric Naim <[email protected]>
1 parent 44ba942 commit 98b6e64

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

linux-cachyos-rc/.SRCINFO

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = linux-cachyos-rc
22
pkgdesc = Linux BORE + LTO + AutoFDO + Propeller + Cachy Sauce Kernel by CachyOS with other patches and improvements - Release Candidate
3-
pkgver = 6.16.rc4
4-
pkgrel = 2
3+
pkgver = 6.16.rc5
4+
pkgrel = 1
55
url = https://github.com/CachyOS/linux-cachyos
66
arch = x86_64
77
license = GPL-2.0-only
@@ -21,13 +21,13 @@ pkgbase = linux-cachyos-rc
2121
options = !strip
2222
options = !debug
2323
options = !lto
24-
source = https://github.com/torvalds/linux/archive/refs/tags/v6.16-rc4.tar.gz
24+
source = https://github.com/torvalds/linux/archive/refs/tags/v6.16-rc5.tar.gz
2525
source = config
2626
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.16/all/0001-cachyos-base-all.patch
2727
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.16/sched/0001-bore-cachy.patch
28-
b2sums = 2f9972c7309995b3ac07069126faae2365980a86f929553d1ffeb6317fc5ec8ed1f9f3dc97185a9502d760207e5e7a8f11c627b95fbc612a139ff4c26668005e
28+
b2sums = b3fd7239db3b9f147e1b2394f8307433077059f01dad1b70359b5e1ca3ce00f961a2d24ca13f54ff1fed7fb8c9026c7684c0a506295c0c8052825e824a0e293b
2929
b2sums = ee574961ecab0c20667d665cf8428d843bb449cbf46b9ad860edc0a6f28cc77695834e97fad7d177db49d3190591c7e35cf960bcb68236ec48ce774a9832dd74
30-
b2sums = 9d03d43cb5d709badf3ad4cacc54b2cb2ebacbb1f43aa2e552975301d035dbad2988935838ecb69c4a006a70efffd5565474868a4657d355b45ee351acd13d6d
30+
b2sums = 4039c6781aff9dd1f2dde131e327ec143d94abcf6a918bdf6178e265808c0e56f3581d52e45876702b4c440787c87fe5b846ede1c0e035b230c3f851dfce3c9c
3131
b2sums = 162130c38d315b06fdb9f0b08d1df6b63c1cc44ee140df044665ff693ab3cde4f55117eed12253504184ccd379fc7f9142aa91c5334dff1a42dbd009f43d8897
3232

3333
pkgname = linux-cachyos-rc

linux-cachyos-rc/PKGBUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,15 @@ pkgbase="linux-$_pkgsuffix"
168168
_major=6.16
169169
_minor=0
170170
#_minorc=$((_minor+1))
171-
_rcver=rc4
171+
_rcver=rc5
172172
pkgver=${_major}.${_rcver}
173173
#_stable=${_major}.${_minor}
174174
#_stable=${_major}
175175
_stable=${_major}-${_rcver}
176176
_srcname=linux-${_stable}
177177
#_srcname=linux-${_major}
178178
pkgdesc='Linux BORE + LTO + AutoFDO + Propeller + Cachy Sauce Kernel by CachyOS with other patches and improvements - Release Candidate'
179-
pkgrel=2
179+
pkgrel=1
180180
_kernver="$pkgver-$pkgrel"
181181
_kernuname="${pkgver}-${_pkgsuffix}"
182182
arch=('x86_64')
@@ -775,7 +775,7 @@ for _p in "${pkgname[@]}"; do
775775
}"
776776
done
777777

778-
b2sums=('2f9972c7309995b3ac07069126faae2365980a86f929553d1ffeb6317fc5ec8ed1f9f3dc97185a9502d760207e5e7a8f11c627b95fbc612a139ff4c26668005e'
778+
b2sums=('b3fd7239db3b9f147e1b2394f8307433077059f01dad1b70359b5e1ca3ce00f961a2d24ca13f54ff1fed7fb8c9026c7684c0a506295c0c8052825e824a0e293b'
779779
'ee574961ecab0c20667d665cf8428d843bb449cbf46b9ad860edc0a6f28cc77695834e97fad7d177db49d3190591c7e35cf960bcb68236ec48ce774a9832dd74'
780-
'9d03d43cb5d709badf3ad4cacc54b2cb2ebacbb1f43aa2e552975301d035dbad2988935838ecb69c4a006a70efffd5565474868a4657d355b45ee351acd13d6d'
780+
'4039c6781aff9dd1f2dde131e327ec143d94abcf6a918bdf6178e265808c0e56f3581d52e45876702b4c440787c87fe5b846ede1c0e035b230c3f851dfce3c9c'
781781
'162130c38d315b06fdb9f0b08d1df6b63c1cc44ee140df044665ff693ab3cde4f55117eed12253504184ccd379fc7f9142aa91c5334dff1a42dbd009f43d8897')

0 commit comments

Comments
 (0)