File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,9 +28,13 @@ pkgbase = linux-cachyos-bmq
2828 options = !debug
2929 options = !lto
3030 source = https://github.com/CachyOS/linux/releases/download/cachyos-7.0.10-2/cachyos-7.0.10-2.tar.gz
31+ source = https://github.com/CachyOS/linux/releases/download/cachyos-7.0.10-2/cachyos-7.0.10-2.tar.gz.asc
3132 source = config
3233 source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/7.0/sched/0001-prjc-cachy.patch
34+ validpgpkeys = E18447AC260021D31F3FF6C4C8A2A4774B8B63C4
35+ validpgpkeys = E8B9AA39F054E30E8290D492C3C4820857F654FE
3336 b2sums = 299e4476751b4c5caa6a34824ef017fb638f5eff811057058118fae70bda4cedbd7e856da5436f0cc32a3a73a27676f9340186b2aad324f7474edf6db73ce66a
37+ b2sums = SKIP
3438 b2sums = 7bb5113dbc67e8e2ce5c5473ae1b08973af5adba0a6a14c64a213bb116e5a172d40b7c274b85ad15553511484ee1f120e0372251e242c6f87ce6920235f0c136
3539 b2sums = b8dfe543d70e595b5a88bacd0473c1a9eb7fce63596c2945cbe196cc784dd4fabd70ecb857088c2f7512191f76e3c504b65d49793a2b420f7c1aa0ed8c4e528b
3640
Original file line number Diff line number Diff line change @@ -191,8 +191,13 @@ _nv_ver=610.43.02
191191_nv_pkg=" NVIDIA-Linux-x86_64-${_nv_ver} "
192192_nv_open_pkg=" NVIDIA-kernel-module-source-${_nv_ver} "
193193source=(
194- " https://github.com/CachyOS/linux/releases/download/${_srcname} /${_srcname} .tar.gz"
195- " config" )
194+ " https://github.com/CachyOS/linux/releases/download/${_srcname} /${_srcname} .tar.gz" {,.asc}
195+ " config"
196+ )
197+ validpgpkeys=(
198+ E18447AC260021D31F3FF6C4C8A2A4774B8B63C4 # Eric Naim <dnaim@cachyos.org>
199+ E8B9AA39F054E30E8290D492C3C4820857F654FE # Peter Jung <admin@ptr1337.dev>
200+ )
196201
197202# LLVM makedepends
198203if _is_lto_kernel; then
@@ -742,5 +747,6 @@ for _p in "${pkgname[@]}"; do
742747done
743748
744749b2sums=(' 299e4476751b4c5caa6a34824ef017fb638f5eff811057058118fae70bda4cedbd7e856da5436f0cc32a3a73a27676f9340186b2aad324f7474edf6db73ce66a'
750+ ' SKIP'
745751 ' 7bb5113dbc67e8e2ce5c5473ae1b08973af5adba0a6a14c64a213bb116e5a172d40b7c274b85ad15553511484ee1f120e0372251e242c6f87ce6920235f0c136'
746752 ' b8dfe543d70e595b5a88bacd0473c1a9eb7fce63596c2945cbe196cc784dd4fabd70ecb857088c2f7512191f76e3c504b65d49793a2b420f7c1aa0ed8c4e528b' )
Original file line number Diff line number Diff line change @@ -28,9 +28,13 @@ pkgbase = linux-cachyos-bore
2828 options = !debug
2929 options = !lto
3030 source = https://github.com/CachyOS/linux/releases/download/cachyos-7.0.10-2/cachyos-7.0.10-2.tar.gz
31+ source = https://github.com/CachyOS/linux/releases/download/cachyos-7.0.10-2/cachyos-7.0.10-2.tar.gz.asc
3132 source = config
3233 source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/7.0/sched/0001-bore-cachy.patch
34+ validpgpkeys = E18447AC260021D31F3FF6C4C8A2A4774B8B63C4
35+ validpgpkeys = E8B9AA39F054E30E8290D492C3C4820857F654FE
3336 b2sums = 299e4476751b4c5caa6a34824ef017fb638f5eff811057058118fae70bda4cedbd7e856da5436f0cc32a3a73a27676f9340186b2aad324f7474edf6db73ce66a
37+ b2sums = SKIP
3438 b2sums = 7bb5113dbc67e8e2ce5c5473ae1b08973af5adba0a6a14c64a213bb116e5a172d40b7c274b85ad15553511484ee1f120e0372251e242c6f87ce6920235f0c136
3539 b2sums = 9dc1a5a46d8ecf606323926f22b4ce0aaf910dc47fd9ab9b8d08d1600e0bb45109babf7098f390562d8d8456239bb44b7db13b175fe2f529b9784a603dc11fbe
3640
Original file line number Diff line number Diff line change @@ -191,8 +191,13 @@ _nv_ver=610.43.02
191191_nv_pkg=" NVIDIA-Linux-x86_64-${_nv_ver} "
192192_nv_open_pkg=" NVIDIA-kernel-module-source-${_nv_ver} "
193193source=(
194- " https://github.com/CachyOS/linux/releases/download/${_srcname} /${_srcname} .tar.gz"
195- " config" )
194+ " https://github.com/CachyOS/linux/releases/download/${_srcname} /${_srcname} .tar.gz" {,.asc}
195+ " config"
196+ )
197+ validpgpkeys=(
198+ E18447AC260021D31F3FF6C4C8A2A4774B8B63C4 # Eric Naim <dnaim@cachyos.org>
199+ E8B9AA39F054E30E8290D492C3C4820857F654FE # Peter Jung <admin@ptr1337.dev>
200+ )
196201
197202# LLVM makedepends
198203if _is_lto_kernel; then
@@ -742,5 +747,6 @@ for _p in "${pkgname[@]}"; do
742747done
743748
744749b2sums=(' 299e4476751b4c5caa6a34824ef017fb638f5eff811057058118fae70bda4cedbd7e856da5436f0cc32a3a73a27676f9340186b2aad324f7474edf6db73ce66a'
750+ ' SKIP'
745751 ' 7bb5113dbc67e8e2ce5c5473ae1b08973af5adba0a6a14c64a213bb116e5a172d40b7c274b85ad15553511484ee1f120e0372251e242c6f87ce6920235f0c136'
746752 ' 9dc1a5a46d8ecf606323926f22b4ce0aaf910dc47fd9ab9b8d08d1600e0bb45109babf7098f390562d8d8456239bb44b7db13b175fe2f529b9784a603dc11fbe' )
Original file line number Diff line number Diff line change @@ -28,11 +28,15 @@ pkgbase = linux-cachyos-deckify
2828 options = !debug
2929 options = !lto
3030 source = https://github.com/CachyOS/linux/releases/download/cachyos-7.0.10-2/cachyos-7.0.10-2.tar.gz
31+ source = https://github.com/CachyOS/linux/releases/download/cachyos-7.0.10-2/cachyos-7.0.10-2.tar.gz.asc
3132 source = config
3233 source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/7.0/misc/0001-acpi-call.patch
3334 source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/7.0/misc/0001-handheld.patch
3435 source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/7.0/sched/0001-bore-cachy.patch
36+ validpgpkeys = E18447AC260021D31F3FF6C4C8A2A4774B8B63C4
37+ validpgpkeys = E8B9AA39F054E30E8290D492C3C4820857F654FE
3538 b2sums = 299e4476751b4c5caa6a34824ef017fb638f5eff811057058118fae70bda4cedbd7e856da5436f0cc32a3a73a27676f9340186b2aad324f7474edf6db73ce66a
39+ b2sums = SKIP
3640 b2sums = 6fd22f9fa46a0a3574ecc03dbaa6dd160a2966224a6673817aa9f1fc0b4e0d1c2bf8b954b18109621b7c5a1717027ec51bc27eb59924c061fc77fe0989aadc62
3741 b2sums = ddaf90fd846e13cb213fb343f9599447d377dd51111cd2cbfbda2334836ba7c6925a28453353017a785163dbd1d5d44f1c7eca036c611a8dcf2cecab7d35c2de
3842 b2sums = 50a1b4970584777aa38960fbc3405d99caa59c2d5c433b9d31dc86211c8d3725a1282074b28efe375bcb9fcfc38b40ab9ab5a22722f736da1f41333d8550e935
Original file line number Diff line number Diff line change @@ -190,10 +190,14 @@ _nv_ver=610.43.02
190190_nv_pkg=" NVIDIA-Linux-x86_64-${_nv_ver} "
191191_nv_open_pkg=" NVIDIA-kernel-module-source-${_nv_ver} "
192192source=(
193- " https://github.com/CachyOS/linux/releases/download/${_srcname} /${_srcname} .tar.gz"
193+ " https://github.com/CachyOS/linux/releases/download/${_srcname} /${_srcname} .tar.gz" {,.asc}
194194 " config"
195195 " ${_patchsource} /misc/0001-acpi-call.patch"
196196 " ${_patchsource} /misc/0001-handheld.patch" )
197+ validpgpkeys=(
198+ E18447AC260021D31F3FF6C4C8A2A4774B8B63C4 # Eric Naim <dnaim@cachyos.org>
199+ E8B9AA39F054E30E8290D492C3C4820857F654FE # Peter Jung <admin@ptr1337.dev>
200+ )
197201
198202# LLVM makedepends
199203if _is_lto_kernel; then
@@ -762,6 +766,7 @@ for _p in "${pkgname[@]}"; do
762766done
763767
764768b2sums=(' 299e4476751b4c5caa6a34824ef017fb638f5eff811057058118fae70bda4cedbd7e856da5436f0cc32a3a73a27676f9340186b2aad324f7474edf6db73ce66a'
769+ ' SKIP'
765770 ' 6fd22f9fa46a0a3574ecc03dbaa6dd160a2966224a6673817aa9f1fc0b4e0d1c2bf8b954b18109621b7c5a1717027ec51bc27eb59924c061fc77fe0989aadc62'
766771 ' ddaf90fd846e13cb213fb343f9599447d377dd51111cd2cbfbda2334836ba7c6925a28453353017a785163dbd1d5d44f1c7eca036c611a8dcf2cecab7d35c2de'
767772 ' 50a1b4970584777aa38960fbc3405d99caa59c2d5c433b9d31dc86211c8d3725a1282074b28efe375bcb9fcfc38b40ab9ab5a22722f736da1f41333d8550e935'
Original file line number Diff line number Diff line change @@ -28,8 +28,12 @@ pkgbase = linux-cachyos-eevdf
2828 options = !debug
2929 options = !lto
3030 source = https://github.com/CachyOS/linux/releases/download/cachyos-7.0.10-2/cachyos-7.0.10-2.tar.gz
31+ source = https://github.com/CachyOS/linux/releases/download/cachyos-7.0.10-2/cachyos-7.0.10-2.tar.gz.asc
3132 source = config
33+ validpgpkeys = E18447AC260021D31F3FF6C4C8A2A4774B8B63C4
34+ validpgpkeys = E8B9AA39F054E30E8290D492C3C4820857F654FE
3235 b2sums = 299e4476751b4c5caa6a34824ef017fb638f5eff811057058118fae70bda4cedbd7e856da5436f0cc32a3a73a27676f9340186b2aad324f7474edf6db73ce66a
36+ b2sums = SKIP
3337 b2sums = 7bb5113dbc67e8e2ce5c5473ae1b08973af5adba0a6a14c64a213bb116e5a172d40b7c274b85ad15553511484ee1f120e0372251e242c6f87ce6920235f0c136
3438
3539pkgname = linux-cachyos-eevdf
Original file line number Diff line number Diff line change @@ -194,8 +194,13 @@ _nv_ver=610.43.02
194194_nv_pkg=" NVIDIA-Linux-x86_64-${_nv_ver} "
195195_nv_open_pkg=" NVIDIA-kernel-module-source-${_nv_ver} "
196196source=(
197- " https://github.com/CachyOS/linux/releases/download/${_srcname} /${_srcname} .tar.gz"
198- " config" )
197+ " https://github.com/CachyOS/linux/releases/download/${_srcname} /${_srcname} .tar.gz" {,.asc}
198+ " config"
199+ )
200+ validpgpkeys=(
201+ E18447AC260021D31F3FF6C4C8A2A4774B8B63C4 # Eric Naim <dnaim@cachyos.org>
202+ E8B9AA39F054E30E8290D492C3C4820857F654FE # Peter Jung <admin@ptr1337.dev>
203+ )
199204
200205# LLVM makedepends
201206if _is_lto_kernel; then
@@ -745,4 +750,5 @@ for _p in "${pkgname[@]}"; do
745750done
746751
747752b2sums=(' 299e4476751b4c5caa6a34824ef017fb638f5eff811057058118fae70bda4cedbd7e856da5436f0cc32a3a73a27676f9340186b2aad324f7474edf6db73ce66a'
753+ ' SKIP'
748754 ' 7bb5113dbc67e8e2ce5c5473ae1b08973af5adba0a6a14c64a213bb116e5a172d40b7c274b85ad15553511484ee1f120e0372251e242c6f87ce6920235f0c136' )
Original file line number Diff line number Diff line change @@ -28,10 +28,14 @@ pkgbase = linux-cachyos-hardened
2828 options = !debug
2929 options = !lto
3030 source = https://github.com/CachyOS/linux/releases/download/cachyos-7.0.10-2/cachyos-7.0.10-2.tar.gz
31+ source = https://github.com/CachyOS/linux/releases/download/cachyos-7.0.10-2/cachyos-7.0.10-2.tar.gz.asc
3132 source = config
3233 source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/7.0/sched/0001-bore-cachy.patch
3334 source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/7.0/misc/0001-hardened.patch
35+ validpgpkeys = E18447AC260021D31F3FF6C4C8A2A4774B8B63C4
36+ validpgpkeys = E8B9AA39F054E30E8290D492C3C4820857F654FE
3437 b2sums = 299e4476751b4c5caa6a34824ef017fb638f5eff811057058118fae70bda4cedbd7e856da5436f0cc32a3a73a27676f9340186b2aad324f7474edf6db73ce66a
38+ b2sums = SKIP
3539 b2sums = 8a1e3f5a81326fa17d028afb3cdd3f73ce61af1dafbea6da353732606b52cef8bffd2a4935a6baf31f4aa4a4a0835458497b1ccf4b4c80589750e104851a53db
3640 b2sums = 9dc1a5a46d8ecf606323926f22b4ce0aaf910dc47fd9ab9b8d08d1600e0bb45109babf7098f390562d8d8456239bb44b7db13b175fe2f529b9784a603dc11fbe
3741 b2sums = ef7b49d6c44993a69205f7a5568e07b1592c99a81401d47293aaa57dffba05c7e5c7096d4788794cfe33eeb0646e15a830c7fe7062788f9544912ab047caf75b
Original file line number Diff line number Diff line change @@ -191,8 +191,13 @@ _nv_ver=610.43.02
191191_nv_pkg=" NVIDIA-Linux-x86_64-${_nv_ver} "
192192_nv_open_pkg=" NVIDIA-kernel-module-source-${_nv_ver} "
193193source=(
194- " https://github.com/CachyOS/linux/releases/download/${_srcname} /${_srcname} .tar.gz"
195- " config" )
194+ " https://github.com/CachyOS/linux/releases/download/${_srcname} /${_srcname} .tar.gz" {,.asc}
195+ " config"
196+ )
197+ validpgpkeys=(
198+ E18447AC260021D31F3FF6C4C8A2A4774B8B63C4 # Eric Naim <dnaim@cachyos.org>
199+ E8B9AA39F054E30E8290D492C3C4820857F654FE # Peter Jung <admin@ptr1337.dev>
200+ )
196201
197202# LLVM makedepends
198203if _is_lto_kernel; then
@@ -738,6 +743,7 @@ for _p in "${pkgname[@]}"; do
738743done
739744
740745b2sums=(' 299e4476751b4c5caa6a34824ef017fb638f5eff811057058118fae70bda4cedbd7e856da5436f0cc32a3a73a27676f9340186b2aad324f7474edf6db73ce66a'
746+ ' SKIP'
741747 ' 8a1e3f5a81326fa17d028afb3cdd3f73ce61af1dafbea6da353732606b52cef8bffd2a4935a6baf31f4aa4a4a0835458497b1ccf4b4c80589750e104851a53db'
742748 ' 9dc1a5a46d8ecf606323926f22b4ce0aaf910dc47fd9ab9b8d08d1600e0bb45109babf7098f390562d8d8456239bb44b7db13b175fe2f529b9784a603dc11fbe'
743749 ' ef7b49d6c44993a69205f7a5568e07b1592c99a81401d47293aaa57dffba05c7e5c7096d4788794cfe33eeb0646e15a830c7fe7062788f9544912ab047caf75b' )
You can’t perform that action at this time.
0 commit comments