Skip to content

Commit 2ec81c9

Browse files
authored
PKGBUILD: Switch to git with tags && 6.19.4-1 && 6.18.13-1 (#700)
* PKGBUILD: Switch to git with tags Signed-off-by: Peter Jung <[email protected]> * Switch to tag tar.gz Signed-off-by: Peter Jung <[email protected]> * tags: add script to tag release Signed-off-by: Peter Jung <[email protected]> * Update checksums Signed-off-by: Peter Jung <[email protected]> * introduce tagrel && update script to create release for fastly downloads via CDN (fastly github) Signed-off-by: Peter Jung <[email protected]> * update checksums Signed-off-by: Peter Jung <[email protected]> * fixup rc Signed-off-by: Peter Jung <[email protected]> * 6.19.1 && 6.18.13-1 Signed-off-by: Peter Jung <[email protected]> * 6.19.4 patchrel 2 Signed-off-by: Peter Jung <[email protected]> --------- Signed-off-by: Peter Jung <[email protected]>
1 parent 56c99e0 commit 2ec81c9

File tree

27 files changed

+276
-203
lines changed

27 files changed

+276
-203
lines changed

linux-cachyos-bmq/.SRCINFO

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# Generated by makepkg 7.1.0
2-
# Wed Feb 25 07:35:21 UTC 2026
31
pkgbase = linux-cachyos-bmq
42
pkgdesc = Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements
5-
pkgver = 6.19.3
3+
pkgver = 6.19.4
64
pkgrel = 1
75
url = https://github.com/CachyOS/linux-cachyos
86
arch = x86_64
@@ -23,13 +21,11 @@ pkgbase = linux-cachyos-bmq
2321
options = !strip
2422
options = !debug
2523
options = !lto
26-
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.19.3.tar.xz
24+
source = https://github.com/CachyOS/linux/releases/download/cachyos-6.19.4-2/cachyos-6.19.4-2.tar.gz
2725
source = config
28-
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.19/all/0001-cachyos-base-all.patch
2926
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.19/sched/0001-prjc-cachy.patch
30-
b2sums = a6026d06097726bfafc19c83c94949c15bee5578bb7a872612a13a9ddbbdc871e18395832da27350aa476ba947c7e8904b1161c455b8bdf4a5fe9127c32c6818
31-
b2sums = a9546720025179d8de1bad124ab74e0fecb5ca8a21f82a1a6dea112ced90b4049ba6cc06f85601c1a46e726b522dfde2be094be7aeffc971ee48341cd27117b5
32-
b2sums = d2ff199e5bbc87379f44738058ffa16290077f89bf5d4f5a91e6b4df9b88fdeeae7492e15fd0bec1356a3d5280384fb872f1a637070eb6e49a3bca57658667b3
27+
b2sums = fdae47876ff30f643033bd6f6a178b6b2330c7e9707240faa3ea81cdd49d94fbce2ef8766a4a6d85044260f968b64722d4ce7d17993b2f32d0401f8dc83e263e
28+
b2sums = 5070693f911739fe6375656b5612b5372c8ea9d289672e7ff535d7d2df18e4e7252370b1a1c865f44574cf933266f83ee6b2e24e7dd4674ba500f63f9a8100a5
3329
b2sums = ed4b307a2d2a7d08e210c38f7667a7bed509e80ee4faf2fdaddd40bd89554f9a97d20df24fac6466be3b8459b2cdd622dcc0ef72aa5c4875a65b83f48c322069
3430

3531
pkgname = linux-cachyos-bmq

linux-cachyos-bmq/PKGBUILD

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -145,17 +145,18 @@ fi
145145

146146
pkgbase="linux-$_pkgsuffix"
147147
_major=6.19
148-
_minor=3
148+
_minor=4
149149
#_minorc=$((_minor+1))
150150
#_rcver=rc8
151151
pkgver=${_major}.${_minor}
152-
_stable=${_major}.${_minor}
153-
#_stable=${_major}
152+
_tagrel=2
153+
pkgrel=1
154+
#_stable=${_major}.${_minor}
155+
_stable=${_major}
154156
#_stablerc=${_major}-${_rcver}
155-
_srcname=linux-${_stable}
156-
#_srcname=linux-${_major}
157+
_srctag=cachyos-${_major}.${_minor}-${_tagrel}
158+
_srcname=${_srctag}
157159
pkgdesc='Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements'
158-
pkgrel=1
159160
_kernver="$pkgver-$pkgrel"
160161
_kernuname="${pkgver}-${_pkgsuffix}"
161162
arch=('x86_64')
@@ -183,9 +184,8 @@ _nv_ver=590.48.01
183184
_nv_pkg="NVIDIA-Linux-x86_64-${_nv_ver}"
184185
_nv_open_pkg="NVIDIA-kernel-module-source-${_nv_ver}"
185186
source=(
186-
"https://cdn.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/${_srcname}.tar.xz"
187-
"config"
188-
"${_patchsource}/all/0001-cachyos-base-all.patch")
187+
"https://github.com/CachyOS/linux/releases/download/${_srctag}/${_srctag}.tar.gz"
188+
"config")
189189

190190
# LLVM makedepends
191191
if _is_lto_kernel; then
@@ -207,7 +207,7 @@ fi
207207
# ZFS support
208208
if [ "$_build_zfs" = "yes" ]; then
209209
makedepends+=(git)
210-
source+=("git+https://github.com/cachyos/zfs.git#commit=3bf17cf5387fa5e0044a6321e663aead38b45969")
210+
source+=("git+https://github.com/cachyos/zfs.git#commit=1c702dda346a59e05cfd3029569bbb1d5d91c54b")
211211
fi
212212

213213

@@ -736,7 +736,6 @@ for _p in "${pkgname[@]}"; do
736736
}"
737737
done
738738

739-
b2sums=('a6026d06097726bfafc19c83c94949c15bee5578bb7a872612a13a9ddbbdc871e18395832da27350aa476ba947c7e8904b1161c455b8bdf4a5fe9127c32c6818'
740-
'a9546720025179d8de1bad124ab74e0fecb5ca8a21f82a1a6dea112ced90b4049ba6cc06f85601c1a46e726b522dfde2be094be7aeffc971ee48341cd27117b5'
741-
'd2ff199e5bbc87379f44738058ffa16290077f89bf5d4f5a91e6b4df9b88fdeeae7492e15fd0bec1356a3d5280384fb872f1a637070eb6e49a3bca57658667b3'
739+
b2sums=('fdae47876ff30f643033bd6f6a178b6b2330c7e9707240faa3ea81cdd49d94fbce2ef8766a4a6d85044260f968b64722d4ce7d17993b2f32d0401f8dc83e263e'
740+
'5070693f911739fe6375656b5612b5372c8ea9d289672e7ff535d7d2df18e4e7252370b1a1c865f44574cf933266f83ee6b2e24e7dd4674ba500f63f9a8100a5'
742741
'ed4b307a2d2a7d08e210c38f7667a7bed509e80ee4faf2fdaddd40bd89554f9a97d20df24fac6466be3b8459b2cdd622dcc0ef72aa5c4875a65b83f48c322069')

linux-cachyos-bmq/config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86 6.19.0-rc6 Kernel Configuration
3+
# Linux/x86 6.19.4 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (GCC) 15.2.1 20260103"
66
CONFIG_CC_IS_GCC=y
@@ -6657,7 +6657,7 @@ CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m
66576657
#
66586658
# Allegro DVT media platform drivers
66596659
#
6660-
CONFIG_AMD_ISP4=m
6660+
CONFIG_VIDEO_AMD_ISP4_CAPTURE=m
66616661

66626662
#
66636663
# Amlogic media platform drivers

linux-cachyos-bore/.SRCINFO

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# Generated by makepkg 7.1.0
2-
# Wed Feb 25 07:35:27 UTC 2026
31
pkgbase = linux-cachyos-bore
42
pkgdesc = Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements
5-
pkgver = 6.19.3
3+
pkgver = 6.19.4
64
pkgrel = 1
75
url = https://github.com/CachyOS/linux-cachyos
86
arch = x86_64
@@ -23,13 +21,11 @@ pkgbase = linux-cachyos-bore
2321
options = !strip
2422
options = !debug
2523
options = !lto
26-
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.19.3.tar.xz
24+
source = https://github.com/CachyOS/linux/releases/download/cachyos-6.19.4-2/cachyos-6.19.4-2.tar.gz
2725
source = config
28-
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.19/all/0001-cachyos-base-all.patch
2926
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.19/sched/0001-bore-cachy.patch
30-
b2sums = a6026d06097726bfafc19c83c94949c15bee5578bb7a872612a13a9ddbbdc871e18395832da27350aa476ba947c7e8904b1161c455b8bdf4a5fe9127c32c6818
31-
b2sums = a9546720025179d8de1bad124ab74e0fecb5ca8a21f82a1a6dea112ced90b4049ba6cc06f85601c1a46e726b522dfde2be094be7aeffc971ee48341cd27117b5
32-
b2sums = d2ff199e5bbc87379f44738058ffa16290077f89bf5d4f5a91e6b4df9b88fdeeae7492e15fd0bec1356a3d5280384fb872f1a637070eb6e49a3bca57658667b3
27+
b2sums = fdae47876ff30f643033bd6f6a178b6b2330c7e9707240faa3ea81cdd49d94fbce2ef8766a4a6d85044260f968b64722d4ce7d17993b2f32d0401f8dc83e263e
28+
b2sums = 5070693f911739fe6375656b5612b5372c8ea9d289672e7ff535d7d2df18e4e7252370b1a1c865f44574cf933266f83ee6b2e24e7dd4674ba500f63f9a8100a5
3329
b2sums = 226c64dd989ec0c4c444d048707e5d56be4a7ffa59ada31f197015c65a87e7935c8a0a1d6a9d35947e60f90505e5cffb3df9824aec71b2f188bcaa2e89403e0b
3430

3531
pkgname = linux-cachyos-bore

linux-cachyos-bore/PKGBUILD

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -145,17 +145,18 @@ fi
145145

146146
pkgbase="linux-$_pkgsuffix"
147147
_major=6.19
148-
_minor=3
148+
_minor=4
149149
#_minorc=$((_minor+1))
150150
#_rcver=rc8
151151
pkgver=${_major}.${_minor}
152-
_stable=${_major}.${_minor}
153-
#_stable=${_major}
152+
_tagrel=2
153+
pkgrel=1
154+
#_stable=${_major}.${_minor}
155+
_stable=${_major}
154156
#_stablerc=${_major}-${_rcver}
155-
_srcname=linux-${_stable}
156-
#_srcname=linux-${_major}
157+
_srctag=cachyos-${_major}.${_minor}-${_tagrel}
158+
_srcname=${_srctag}
157159
pkgdesc='Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements'
158-
pkgrel=1
159160
_kernver="$pkgver-$pkgrel"
160161
_kernuname="${pkgver}-${_pkgsuffix}"
161162
arch=('x86_64')
@@ -183,9 +184,8 @@ _nv_ver=590.48.01
183184
_nv_pkg="NVIDIA-Linux-x86_64-${_nv_ver}"
184185
_nv_open_pkg="NVIDIA-kernel-module-source-${_nv_ver}"
185186
source=(
186-
"https://cdn.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/${_srcname}.tar.xz"
187-
"config"
188-
"${_patchsource}/all/0001-cachyos-base-all.patch")
187+
"https://github.com/CachyOS/linux/releases/download/${_srctag}/${_srctag}.tar.gz"
188+
"config")
189189

190190
# LLVM makedepends
191191
if _is_lto_kernel; then
@@ -207,7 +207,7 @@ fi
207207
# ZFS support
208208
if [ "$_build_zfs" = "yes" ]; then
209209
makedepends+=(git)
210-
source+=("git+https://github.com/cachyos/zfs.git#commit=3bf17cf5387fa5e0044a6321e663aead38b45969")
210+
source+=("git+https://github.com/cachyos/zfs.git#commit=1c702dda346a59e05cfd3029569bbb1d5d91c54b")
211211
fi
212212

213213

@@ -736,7 +736,6 @@ for _p in "${pkgname[@]}"; do
736736
}"
737737
done
738738

739-
b2sums=('a6026d06097726bfafc19c83c94949c15bee5578bb7a872612a13a9ddbbdc871e18395832da27350aa476ba947c7e8904b1161c455b8bdf4a5fe9127c32c6818'
740-
'a9546720025179d8de1bad124ab74e0fecb5ca8a21f82a1a6dea112ced90b4049ba6cc06f85601c1a46e726b522dfde2be094be7aeffc971ee48341cd27117b5'
741-
'd2ff199e5bbc87379f44738058ffa16290077f89bf5d4f5a91e6b4df9b88fdeeae7492e15fd0bec1356a3d5280384fb872f1a637070eb6e49a3bca57658667b3'
739+
b2sums=('fdae47876ff30f643033bd6f6a178b6b2330c7e9707240faa3ea81cdd49d94fbce2ef8766a4a6d85044260f968b64722d4ce7d17993b2f32d0401f8dc83e263e'
740+
'5070693f911739fe6375656b5612b5372c8ea9d289672e7ff535d7d2df18e4e7252370b1a1c865f44574cf933266f83ee6b2e24e7dd4674ba500f63f9a8100a5'
742741
'226c64dd989ec0c4c444d048707e5d56be4a7ffa59ada31f197015c65a87e7935c8a0a1d6a9d35947e60f90505e5cffb3df9824aec71b2f188bcaa2e89403e0b')

linux-cachyos-bore/config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86 6.19.0-rc6 Kernel Configuration
3+
# Linux/x86 6.19.4 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (GCC) 15.2.1 20260103"
66
CONFIG_CC_IS_GCC=y
@@ -6657,7 +6657,7 @@ CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m
66576657
#
66586658
# Allegro DVT media platform drivers
66596659
#
6660-
CONFIG_AMD_ISP4=m
6660+
CONFIG_VIDEO_AMD_ISP4_CAPTURE=m
66616661

66626662
#
66636663
# Amlogic media platform drivers

linux-cachyos-deckify/.SRCINFO

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# Generated by makepkg 7.1.0
2-
# Wed Feb 25 07:35:34 UTC 2026
31
pkgbase = linux-cachyos-deckify
42
pkgdesc = Linux BORE + Cachy Sauce + Handheld Kernel by CachyOS with other patches and improvements.
5-
pkgver = 6.19.3
6-
pkgrel = 2
3+
pkgver = 6.19.4
4+
pkgrel = 1
75
url = https://github.com/CachyOS/linux-cachyos
86
arch = x86_64
97
license = GPL-2.0-only
@@ -23,15 +21,13 @@ pkgbase = linux-cachyos-deckify
2321
options = !strip
2422
options = !debug
2523
options = !lto
26-
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.19.3.tar.xz
24+
source = https://github.com/CachyOS/linux/releases/download/cachyos-6.19.4-2/cachyos-6.19.4-2.tar.gz
2725
source = config
28-
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.19/all/0001-cachyos-base-all.patch
2926
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.19/misc/0001-acpi-call.patch
3027
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.19/misc/0001-handheld.patch
3128
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.19/sched/0001-bore-cachy.patch
32-
b2sums = a6026d06097726bfafc19c83c94949c15bee5578bb7a872612a13a9ddbbdc871e18395832da27350aa476ba947c7e8904b1161c455b8bdf4a5fe9127c32c6818
29+
b2sums = fdae47876ff30f643033bd6f6a178b6b2330c7e9707240faa3ea81cdd49d94fbce2ef8766a4a6d85044260f968b64722d4ce7d17993b2f32d0401f8dc83e263e
3330
b2sums = c0731a905099ecc1ba6bbc6b5842a663ec2fcfd099dc1f5e367f3b2ff2d883a0db22c93394926194985ea467a7bd9cc7089c56f423c8c2a3085fd0faa4a8bdb7
34-
b2sums = d2ff199e5bbc87379f44738058ffa16290077f89bf5d4f5a91e6b4df9b88fdeeae7492e15fd0bec1356a3d5280384fb872f1a637070eb6e49a3bca57658667b3
3531
b2sums = ddaf90fd846e13cb213fb343f9599447d377dd51111cd2cbfbda2334836ba7c6925a28453353017a785163dbd1d5d44f1c7eca036c611a8dcf2cecab7d35c2de
3632
b2sums = 7dacacb8fc90e2426d16a00a1c7af4cf98a8847dfad9537cd31c14ec0858191e2449f9e13a2d036c6456780e297ad70d975a9347c5701538f80289e551ba92db
3733
b2sums = 226c64dd989ec0c4c444d048707e5d56be4a7ffa59ada31f197015c65a87e7935c8a0a1d6a9d35947e60f90505e5cffb3df9824aec71b2f188bcaa2e89403e0b

linux-cachyos-deckify/PKGBUILD

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -144,17 +144,18 @@ fi
144144

145145
pkgbase="linux-$_pkgsuffix"
146146
_major=6.19
147-
_minor=3
147+
_minor=4
148148
#_minorc=$((_minor+1))
149149
#_rcver=rc8
150150
pkgver=${_major}.${_minor}
151-
_stable=${_major}.${_minor}
152-
#_stable=${_major}
151+
_tagrel=2
152+
pkgrel=1
153+
#_stable=${_major}.${_minor}
154+
_stable=${_major}
153155
#_stablerc=${_major}-${_rcver}
154-
_srcname=linux-${_stable}
155-
#_srcname=linux-${_major}
156+
_srctag=cachyos-${_major}.${_minor}-${_tagrel}
157+
_srcname=${_srctag}
156158
pkgdesc='Linux BORE + Cachy Sauce + Handheld Kernel by CachyOS with other patches and improvements.'
157-
pkgrel=2
158159
_kernver="$pkgver-$pkgrel"
159160
_kernuname="${pkgver}-${_pkgsuffix}"
160161
arch=('x86_64')
@@ -182,9 +183,8 @@ _nv_ver=590.48.01
182183
_nv_pkg="NVIDIA-Linux-x86_64-${_nv_ver}"
183184
_nv_open_pkg="NVIDIA-kernel-module-source-${_nv_ver}"
184185
source=(
185-
"https://cdn.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/${_srcname}.tar.xz"
186+
"https://github.com/CachyOS/linux/releases/download/${_srctag}/${_srctag}.tar.gz"
186187
"config"
187-
"${_patchsource}/all/0001-cachyos-base-all.patch"
188188
"${_patchsource}/misc/0001-acpi-call.patch"
189189
"${_patchsource}/misc/0001-handheld.patch")
190190

@@ -208,7 +208,7 @@ fi
208208
# ZFS support
209209
if [ "$_build_zfs" = "yes" ]; then
210210
makedepends+=(git)
211-
source+=("git+https://github.com/cachyos/zfs.git#commit=3bf17cf5387fa5e0044a6321e663aead38b45969")
211+
source+=("git+https://github.com/cachyos/zfs.git#commit=1c702dda346a59e05cfd3029569bbb1d5d91c54b")
212212
fi
213213

214214

@@ -740,9 +740,8 @@ for _p in "${pkgname[@]}"; do
740740
}"
741741
done
742742

743-
b2sums=('a6026d06097726bfafc19c83c94949c15bee5578bb7a872612a13a9ddbbdc871e18395832da27350aa476ba947c7e8904b1161c455b8bdf4a5fe9127c32c6818'
743+
b2sums=('fdae47876ff30f643033bd6f6a178b6b2330c7e9707240faa3ea81cdd49d94fbce2ef8766a4a6d85044260f968b64722d4ce7d17993b2f32d0401f8dc83e263e'
744744
'c0731a905099ecc1ba6bbc6b5842a663ec2fcfd099dc1f5e367f3b2ff2d883a0db22c93394926194985ea467a7bd9cc7089c56f423c8c2a3085fd0faa4a8bdb7'
745-
'd2ff199e5bbc87379f44738058ffa16290077f89bf5d4f5a91e6b4df9b88fdeeae7492e15fd0bec1356a3d5280384fb872f1a637070eb6e49a3bca57658667b3'
746745
'ddaf90fd846e13cb213fb343f9599447d377dd51111cd2cbfbda2334836ba7c6925a28453353017a785163dbd1d5d44f1c7eca036c611a8dcf2cecab7d35c2de'
747746
'7dacacb8fc90e2426d16a00a1c7af4cf98a8847dfad9537cd31c14ec0858191e2449f9e13a2d036c6456780e297ad70d975a9347c5701538f80289e551ba92db'
748747
'226c64dd989ec0c4c444d048707e5d56be4a7ffa59ada31f197015c65a87e7935c8a0a1d6a9d35947e60f90505e5cffb3df9824aec71b2f188bcaa2e89403e0b')

linux-cachyos-eevdf/.SRCINFO

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# Generated by makepkg 7.1.0
2-
# Wed Feb 25 07:35:40 UTC 2026
31
pkgbase = linux-cachyos-eevdf
42
pkgdesc = Linux EEVDF scheduler + Cachy Sauce Kernel by CachyOS with other patches and improvements
5-
pkgver = 6.19.3
3+
pkgver = 6.19.4
64
pkgrel = 1
75
url = https://github.com/CachyOS/linux-cachyos
86
arch = x86_64
@@ -23,12 +21,10 @@ pkgbase = linux-cachyos-eevdf
2321
options = !strip
2422
options = !debug
2523
options = !lto
26-
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.19.3.tar.xz
24+
source = https://github.com/CachyOS/linux/releases/download/cachyos-6.19.4-2/cachyos-6.19.4-2.tar.gz
2725
source = config
28-
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.19/all/0001-cachyos-base-all.patch
29-
b2sums = a6026d06097726bfafc19c83c94949c15bee5578bb7a872612a13a9ddbbdc871e18395832da27350aa476ba947c7e8904b1161c455b8bdf4a5fe9127c32c6818
30-
b2sums = a9546720025179d8de1bad124ab74e0fecb5ca8a21f82a1a6dea112ced90b4049ba6cc06f85601c1a46e726b522dfde2be094be7aeffc971ee48341cd27117b5
31-
b2sums = d2ff199e5bbc87379f44738058ffa16290077f89bf5d4f5a91e6b4df9b88fdeeae7492e15fd0bec1356a3d5280384fb872f1a637070eb6e49a3bca57658667b3
26+
b2sums = fdae47876ff30f643033bd6f6a178b6b2330c7e9707240faa3ea81cdd49d94fbce2ef8766a4a6d85044260f968b64722d4ce7d17993b2f32d0401f8dc83e263e
27+
b2sums = 5070693f911739fe6375656b5612b5372c8ea9d289672e7ff535d7d2df18e4e7252370b1a1c865f44574cf933266f83ee6b2e24e7dd4674ba500f63f9a8100a5
3228

3329
pkgname = linux-cachyos-eevdf
3430
pkgdesc = The Linux EEVDF scheduler + Cachy Sauce Kernel by CachyOS with other patches and improvements kernel and modules

linux-cachyos-eevdf/PKGBUILD

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -145,17 +145,18 @@ fi
145145

146146
pkgbase="linux-$_pkgsuffix"
147147
_major=6.19
148-
_minor=3
148+
_minor=4
149149
#_minorc=$((_minor+1))
150150
#_rcver=rc8
151151
pkgver=${_major}.${_minor}
152-
_stable=${_major}.${_minor}
153-
#_stable=${_major}
152+
_tagrel=2
153+
pkgrel=1
154+
#_stable=${_major}.${_minor}
155+
_stable=${_major}
154156
#_stablerc=${_major}-${_rcver}
155-
_srcname=linux-${_stable}
156-
#_srcname=linux-${_major}
157+
_srctag=cachyos-${_major}.${_minor}-${_tagrel}
158+
_srcname=${_srctag}
157159
pkgdesc='Linux EEVDF scheduler + Cachy Sauce Kernel by CachyOS with other patches and improvements'
158-
pkgrel=1
159160
_kernver="$pkgver-$pkgrel"
160161
_kernuname="${pkgver}-${_pkgsuffix}"
161162
arch=('x86_64')
@@ -183,9 +184,8 @@ _nv_ver=590.48.01
183184
_nv_pkg="NVIDIA-Linux-x86_64-${_nv_ver}"
184185
_nv_open_pkg="NVIDIA-kernel-module-source-${_nv_ver}"
185186
source=(
186-
"https://cdn.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/${_srcname}.tar.xz"
187-
"config"
188-
"${_patchsource}/all/0001-cachyos-base-all.patch")
187+
"https://github.com/CachyOS/linux/releases/download/${_srctag}/${_srctag}.tar.gz"
188+
"config")
189189

190190
# LLVM makedepends
191191
if _is_lto_kernel; then
@@ -207,7 +207,7 @@ fi
207207
# ZFS support
208208
if [ "$_build_zfs" = "yes" ]; then
209209
makedepends+=(git)
210-
source+=("git+https://github.com/cachyos/zfs.git#commit=3bf17cf5387fa5e0044a6321e663aead38b45969")
210+
source+=("git+https://github.com/cachyos/zfs.git#commit=1c702dda346a59e05cfd3029569bbb1d5d91c54b")
211211
fi
212212

213213

@@ -736,6 +736,5 @@ for _p in "${pkgname[@]}"; do
736736
}"
737737
done
738738

739-
b2sums=('a6026d06097726bfafc19c83c94949c15bee5578bb7a872612a13a9ddbbdc871e18395832da27350aa476ba947c7e8904b1161c455b8bdf4a5fe9127c32c6818'
740-
'a9546720025179d8de1bad124ab74e0fecb5ca8a21f82a1a6dea112ced90b4049ba6cc06f85601c1a46e726b522dfde2be094be7aeffc971ee48341cd27117b5'
741-
'd2ff199e5bbc87379f44738058ffa16290077f89bf5d4f5a91e6b4df9b88fdeeae7492e15fd0bec1356a3d5280384fb872f1a637070eb6e49a3bca57658667b3')
739+
b2sums=('fdae47876ff30f643033bd6f6a178b6b2330c7e9707240faa3ea81cdd49d94fbce2ef8766a4a6d85044260f968b64722d4ce7d17993b2f32d0401f8dc83e263e'
740+
'5070693f911739fe6375656b5612b5372c8ea9d289672e7ff535d7d2df18e4e7252370b1a1c865f44574cf933266f83ee6b2e24e7dd4674ba500f63f9a8100a5')

0 commit comments

Comments
 (0)