summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jung2022-05-20 14:26:05 +0200
committerPeter Jung2022-05-20 14:26:05 +0200
commit79a09fe842a7262688c9289689e51219d7ce67f2 (patch)
treef69ba1e02e2710c234399ea66042dfbbc69b5615
parentf984b4e7ec21f739a3170287677cd8978a2f5eec (diff)
downloadaur-79a09fe842a7262688c9289689e51219d7ce67f2.tar.gz
5.17.9-3
-rwxr-xr-x.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec44b3318182..9b4d3ef82195 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-cacule
pkgdesc = Linux cacULE scheduler Kernel by CachyOS with other patches and improvements
pkgver = 5.17.9
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
arch = x86_64_v3
@@ -28,7 +28,6 @@ pkgbase = linux-cacule
source = config
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/sched/0001-cacULE.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0001-arch.patch
- source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0001-latency_nice.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0002-anbox.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0003-bbr2.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0004-cachy.patch
@@ -42,12 +41,12 @@ pkgbase = linux-cacule
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0013-xanmod.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0014-lrng.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0015-ck-hrtimer.patch
+ source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0016-futex-winesync.patch
source = auto-cpu-optimization.sh
sha256sums = 172424bc41ef2df9b19457ceb022b56a51eb9497529b15ce7e9b8d6f90ad5978
sha256sums = 7ad9dced23394e7db11dc70e5ad95589828001c8b09d3c1f9d54375e3c396dcb
sha256sums = 9924e5e0326f3574cda706923efde24e19f347b599f1863ab949b7c6d8ce7868
sha256sums = 09aa0e17190ee113a352573b2d2386cc04b522641fd277306e8ace9fd7af0037
- sha256sums = 5095ab381e4d68a5e5b75c5e6c7be120ca4107b28ea399a791392325d4c5e630
sha256sums = ddaf45cc72ed743f70c8754505357e94d6dd4133bfde6e9c6afc59f4cc12ee69
sha256sums = 6b31e4655e5ff9dbe95fb7db665426dad2bf3e33b5102d040a256f707cc99a23
sha256sums = 8d327824362a7484bf7a8e4bfbe37e969ee39bbbb1c09c9e1e909b7e5941240d
@@ -61,6 +60,7 @@ pkgbase = linux-cacule
sha256sums = 0e5177f086ddcac9b0e6596d29588c0730cce5c827e4c51e57f835a32f25ee85
sha256sums = 761abc5bd65c194b6b810af1022df5888ce0ecbe70ffe4cd67e6e0c748fb78a2
sha256sums = 07e34ca2f03d96837166ff4764503a76ff6f499107716455073e5e081b40a146
+ sha256sums = 179b540f8848b03ccb1a0d12e24feab63fd0576b5e9eed8f214d6e9cb790f151
sha256sums = 65ec9ac5b8b28d5b61df1c72498059be2e7cb1f9b965bac0e4ffed3c05520b2b
pkgname = linux-cacule
diff --git a/PKGBUILD b/PKGBUILD
index 80a633f6685e..6d6445364963 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -122,7 +122,7 @@ _srcname=linux-${_stable}
#_srcname=linux-${_major}
arch=(x86_64 x86_64_v3)
pkgdesc='Linux cacULE scheduler Kernel by CachyOS with other patches and improvements'
-pkgrel=2
+pkgrel=3
arch=('x86_64' 'x86_64_v3')
url="https://github.com/CachyOS/linux-cachyos"
license=('GPL2')
@@ -156,11 +156,9 @@ if [ "$_cpusched" = "bore" ]; then
fi
source+=(
"${_patchsource}/0001-arch.patch"
- "${_patchsource}/0001-latency_nice.patch"
"${_patchsource}/0002-anbox.patch"
"${_patchsource}/0003-bbr2.patch"
"${_patchsource}/0004-cachy.patch"
-# "${_patchsource}/0005-migrate-cacule.patch"
"${_patchsource}/0006-clearlinux.patch"
"${_patchsource}/0007-cpu.patch"
"${_patchsource}/0008-fixes-miscellaneous.patch"
@@ -171,7 +169,7 @@ source+=(
"${_patchsource}/0013-xanmod.patch"
"${_patchsource}/0014-lrng.patch"
"${_patchsource}/0015-ck-hrtimer.patch"
-# "${_patchsource}/0016-futex-winesync.patch"
+ "${_patchsource}/0016-futex-winesync.patch"
"auto-cpu-optimization.sh"
)
@@ -694,7 +692,6 @@ sha256sums=('172424bc41ef2df9b19457ceb022b56a51eb9497529b15ce7e9b8d6f90ad5978'
'7ad9dced23394e7db11dc70e5ad95589828001c8b09d3c1f9d54375e3c396dcb'
'9924e5e0326f3574cda706923efde24e19f347b599f1863ab949b7c6d8ce7868'
'09aa0e17190ee113a352573b2d2386cc04b522641fd277306e8ace9fd7af0037'
- '5095ab381e4d68a5e5b75c5e6c7be120ca4107b28ea399a791392325d4c5e630'
'ddaf45cc72ed743f70c8754505357e94d6dd4133bfde6e9c6afc59f4cc12ee69'
'6b31e4655e5ff9dbe95fb7db665426dad2bf3e33b5102d040a256f707cc99a23'
'8d327824362a7484bf7a8e4bfbe37e969ee39bbbb1c09c9e1e909b7e5941240d'
@@ -708,4 +705,5 @@ sha256sums=('172424bc41ef2df9b19457ceb022b56a51eb9497529b15ce7e9b8d6f90ad5978'
'0e5177f086ddcac9b0e6596d29588c0730cce5c827e4c51e57f835a32f25ee85'
'761abc5bd65c194b6b810af1022df5888ce0ecbe70ffe4cd67e6e0c748fb78a2'
'07e34ca2f03d96837166ff4764503a76ff6f499107716455073e5e081b40a146'
+ '179b540f8848b03ccb1a0d12e24feab63fd0576b5e9eed8f214d6e9cb790f151'
'65ec9ac5b8b28d5b61df1c72498059be2e7cb1f9b965bac0e4ffed3c05520b2b')