summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorptr13372021-05-08 07:52:10 +0200
committerptr13372021-05-08 07:52:10 +0200
commitf6f4db443d5b9a699c930dc67726a443af1c2e17 (patch)
treeb46afaeeaa09085cc30fbbe8659241db31f6056d
parentf322a6229277d447f38a9b5af047acb22efac788 (diff)
downloadaur-f6f4db443d5b9a699c930dc67726a443af1c2e17.tar.gz
kernel update, rt patch updated, kernel update
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD18
2 files changed, 14 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c67fd2636e13..7218ac586725 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-xanmod-cacule-rt-stable
pkgdesc = Linux XanMod CacULE RT stable Version
- pkgver = 5.10.27
- pkgrel = 1
+ pkgver = 5.10.30
+ pkgrel = 2
url = https://github.com/hamadmarri/cacule-cpu-scheduler
arch = x86_64
license = GPL2
@@ -19,13 +19,11 @@ pkgbase = linux-xanmod-cacule-rt-stable
makedepends = xz
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz
- source = https://github.com/xanmod/linux/releases/download/5.10.27-rt36-xanmod1/patch-5.10.27-rt36-xanmod1.xz
- source = https://raw.githubusercontent.com/ptr1337/kernel-patches/main/5.10/cacule/cacule5.10-rt.patch
- source = https://raw.githubusercontent.com/ptr1337/kernel-patches/main/5.10/cacule/0002-cacule-Change-default-preemption-latency-to-2ms-for-.patch
+ source = https://github.com/xanmod/linux/releases/download/5.10.30-rt38-xanmod1/patch-5.10.30-rt38-xanmod1.xz
+ source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.11/cacule-patches/cacule-5.11-rt.patch
sha256sums = dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43
- sha256sums = 80b75594f05cb6f318af15b02261255f9cf33da1cb3352b3fa444724cc774953
- sha256sums = bdf093d5ed34b9c6907253fbc0b564363a18fe64fa78cbd106f1b49d6906404a
- sha256sums = cf00507d6881b737a9814d152e27b1db02f45a4d8a8ba3f4c9f542f0964ac697
+ sha256sums = 84d1ceb8e1007d222cb96ef56c100613298bb0676932850018fdbb70e484ffb9
+ sha256sums = 116dcdce073dee17e8a57fa0679174c25006b46d80ca9927af5713f6db5b0e34
pkgname = linux-xanmod-cacule-rt-stable
pkgdesc = The Linux XanMod CacULE RT stable Version kernel and modules
diff --git a/PKGBUILD b/PKGBUILD
index c98814a113a7..1ae7a33953cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,32 +55,30 @@ _use_current=
pkgbase=linux-xanmod-cacule-rt-stable
# pkgname=('linux-xanmod-cacule-rt-stable' linux-xanmod-cacule-rt-stable)
_major=5.10
-_minor=27
+_minor=30
#_minorc=$((_minor+1))
#_rcver=rc7
-_rt=36
+_rt=38
pkgver=${_major}.${_minor}
_stable=${_major}.${_minor}
#_stablerc=${_major}-${_rcver}
_srcname=linux-${_major}
-pkgrel=1
+pkgrel=2
pkgdesc='Linux XanMod CacULE RT stable Version'
-versiontag=5.10.27-rt36-xanmod1
+versiontag=5.10.30-rt38-xanmod1
arch=('x86_64')
url="https://github.com/hamadmarri/cacule-cpu-scheduler"
license=('GPL2')
options=('!strip')
makedepends=('kmod' 'bc' 'libelf' 'python-sphinx' 'python-sphinx_rtd_theme'
'graphviz' 'imagemagick' 'pahole' 'cpio' 'perl' 'tar' 'xz')
-_patchsource="https://raw.githubusercontent.com/ptr1337/kernel-patches/main/$_major"
+_patchsource="https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.11"
source=("https://www.kernel.org/pub/linux/kernel/v5.x/linux-$_major.tar.xz"
"https://github.com/xanmod/linux/releases/download/$versiontag/patch-$versiontag.xz"
- "${_patchsource}/cacule/cacule5.10-rt.patch"
- "${_patchsource}/cacule/0002-cacule-Change-default-preemption-latency-to-2ms-for-.patch")
+ "${_patchsource}/cacule-patches/cacule-5.11-rt.patch")
sha256sums=('dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43'
- '80b75594f05cb6f318af15b02261255f9cf33da1cb3352b3fa444724cc774953'
- 'bdf093d5ed34b9c6907253fbc0b564363a18fe64fa78cbd106f1b49d6906404a'
- 'cf00507d6881b737a9814d152e27b1db02f45a4d8a8ba3f4c9f542f0964ac697')
+ '84d1ceb8e1007d222cb96ef56c100613298bb0676932850018fdbb70e484ffb9'
+ '116dcdce073dee17e8a57fa0679174c25006b46d80ca9927af5713f6db5b0e34')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}
export KBUILD_BUILD_USER=${KBUILD_BUILD_USER:-makepkg}