summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jung2022-08-15 11:55:17 +0200
committerPeter Jung2022-08-15 11:55:17 +0200
commitc0e7917a4442cce9d2cc32db1ba23199ba13486c (patch)
treecdfaa65baf977754a173e08c6d3dadba19638c53
parent5a608aa6803a2e0035e3facae9a1e05e57a08363 (diff)
downloadaur-c0e7917a4442cce9d2cc32db1ba23199ba13486c.tar.gz
5.19.1-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c8737d81a7a..e7536347654e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-cacule
pkgdesc = Linux BORE scheduler Kernel by CachyOS with other patches and improvements
pkgver = 5.19.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
arch = x86_64_v3
@@ -29,7 +29,7 @@ pkgbase = linux-cacule
sha256sums = f4e27b926ea2c66b808db1f5706254cf92a8899e2108eedb0c3a7d12499aea55
sha256sums = 6b0338cb4adcc48b0c9db4b2e9d861562fd1e096144c65fc35b93c788ed97eb3
sha256sums = ce8bf7807b45a27eed05a5e1de5a0bf6293a3bbc2085bacae70cd1368f368d1f
- sha256sums = 1d42d128d1a3d414e6fd2b8cf5b5f8867061f749644e8e5600526ac47a770fad
+ sha256sums = c04623bfb274c2422f6286c8befd52b835d2da9f953b1c66007bd851d2756365
sha256sums = 74742ce442708a77f33c742b92d1a02c43f52149a1e5f328c2d4ada5578b1d00
pkgname = linux-cacule
diff --git a/PKGBUILD b/PKGBUILD
index 6f07bf3150a6..752dd104076e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -158,7 +158,7 @@ _stable=${_major}.${_minor}
_srcname=linux-${_stable}
#_srcname=linux-${_major}
pkgdesc='Linux BORE scheduler Kernel by CachyOS with other patches and improvements'
-pkgrel=1
+pkgrel=2
_kernver=$pkgver-$pkgrel
arch=('x86_64' 'x86_64_v3')
url="https://github.com/CachyOS/linux-cachyos"
@@ -188,7 +188,7 @@ source=(
"${_patchsource}/all/0001-cachyos-base-all.patch")
## ZFS Support
if [ -n "$_build_zfs" ]; then
- source+=("git+https://github.com/openzfs/zfs.git#commit=17512aba0c33f73b74e5bd10f11e6d41c10f709f")
+ source+=("git+https://github.com/openzfs/zfs.git#commit=db5fd16f0b7fd5bd5e19350829c46d526fed6d71")
fi
## BMQ Scheduler
if [ "$_cpusched" = "bmq" ]; then
@@ -887,5 +887,5 @@ done
sha256sums=('f4e27b926ea2c66b808db1f5706254cf92a8899e2108eedb0c3a7d12499aea55'
'6b0338cb4adcc48b0c9db4b2e9d861562fd1e096144c65fc35b93c788ed97eb3'
'ce8bf7807b45a27eed05a5e1de5a0bf6293a3bbc2085bacae70cd1368f368d1f'
- '1d42d128d1a3d414e6fd2b8cf5b5f8867061f749644e8e5600526ac47a770fad'
+ 'c04623bfb274c2422f6286c8befd52b835d2da9f953b1c66007bd851d2756365'
'74742ce442708a77f33c742b92d1a02c43f52149a1e5f328c2d4ada5578b1d00')