summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jung2022-08-25 17:02:24 +0200
committerPeter Jung2022-08-25 17:02:24 +0200
commitec58fb08e41589e02b326a458041cca8153f3b2a (patch)
tree176be944dbd4576bfd60a660255bca6a9454731d
parentd44bf5d5eb32711593848486a9c0473e69ac1cc3 (diff)
downloadaur-ec58fb08e41589e02b326a458041cca8153f3b2a.tar.gz
5.19.4-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD18
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c9590a4b25e..217516ea513c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-cachyos-cacule
pkgdesc = Linux cacULE scheduler Kernel by CachyOS with other patches and improvements
- pkgver = 5.19.3
+ pkgver = 5.19.4
pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
@@ -21,16 +21,16 @@ pkgbase = linux-cachyos-cacule
makedepends = make
makedepends = patch
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.19.3.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.19.4.tar.xz
source = config
source = auto-cpu-optimization.sh
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/5.19/all/0001-cachyos-base-all.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/5.19/sched/0001-cacULE-cachy.patch
- sha256sums = 513bd672066f5fb22e5739aae3eed60c75c4accc9ba365d1060c4e4225442721
+ sha256sums = a9214b97085af98dfcaaa8c2e8eff4858c1d53dccd6c58931cf7b0455ff9bf87
sha256sums = 0dcff98ce415b81e00648712f8d7d7beb5f332239618bc95c7c3f9ae1573a92a
sha256sums = ce8bf7807b45a27eed05a5e1de5a0bf6293a3bbc2085bacae70cd1368f368d1f
- sha256sums = ca01454736df2503146f29f5d17dce6b6b984bdbb2745af156fa08a7e7096462
- sha256sums = 400302db0411e9af66ae8af0730bfceec27d6a68774f5d6f84b8ee87a1c5a987
+ sha256sums = fec6d3be8e63590beb6b09b2952eb9f6bf856b17d7e7bf74fac7424b03aa9690
+ sha256sums = 13dc8ec85783b793ddd84472d6baef7154e964dacb179024fc7d0de493059b29
pkgname = linux-cachyos-cacule
pkgdesc = The Linux cacULE scheduler Kernel by CachyOS with other patches and improvements kernel and modules
diff --git a/PKGBUILD b/PKGBUILD
index 56e92389274b..540a097e87a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -148,7 +148,7 @@ else
pkgbase=linux-$pkgsuffix
fi
_major=5.19
-_minor=3
+_minor=4
#_minorc=$((_minor+1))
#_rcver=rc8
pkgver=${_major}.${_minor}
@@ -216,8 +216,8 @@ if [ "$_cpusched" = "tt" ]; then
fi
## Hardened Patches with BORE Scheduler
if [ "$_cpusched" = "hardened" ]; then
- source+=("${_patchsource}/sched/0001-bore-sched.patch"
- "${_patchsource}/0001-hardening.patch")
+ source+=("${_patchsource}/sched/0001-bore.patch"
+ "${_patchsource}/misc/0001-hardened.patch")
fi
## Kernel CFI Patch
if [ -n "$_use_kcfi" ]; then
@@ -752,9 +752,9 @@ _package() {
pkgdesc="The $pkgdesc kernel and modules"
depends=('coreutils' 'kmod' 'initramfs')
optdepends=('wireless-regdb: to set the correct wireless channels of your country'
- 'linux-firmware: firmware images needed for some devices'
- 'modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig'
- 'uksmd: Userspace KSM helper daemon')
+ 'linux-firmware: firmware images needed for some devices'
+ 'modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig'
+ 'uksmd: Userspace KSM helper daemon')
provides=(VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE KSMBD-MODULE UKSMD-BUILTIN)
cd ${srcdir}/$_srcname
@@ -884,8 +884,8 @@ for _p in "${pkgname[@]}"; do
}"
done
-sha256sums=('513bd672066f5fb22e5739aae3eed60c75c4accc9ba365d1060c4e4225442721'
+sha256sums=('a9214b97085af98dfcaaa8c2e8eff4858c1d53dccd6c58931cf7b0455ff9bf87'
'0dcff98ce415b81e00648712f8d7d7beb5f332239618bc95c7c3f9ae1573a92a'
'ce8bf7807b45a27eed05a5e1de5a0bf6293a3bbc2085bacae70cd1368f368d1f'
- 'ca01454736df2503146f29f5d17dce6b6b984bdbb2745af156fa08a7e7096462'
- '400302db0411e9af66ae8af0730bfceec27d6a68774f5d6f84b8ee87a1c5a987')
+ 'fec6d3be8e63590beb6b09b2952eb9f6bf856b17d7e7bf74fac7424b03aa9690'
+ '13dc8ec85783b793ddd84472d6baef7154e964dacb179024fc7d0de493059b29')