summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorptr13372021-05-13 09:32:52 +0200
committerptr13372021-05-13 09:32:52 +0200
commit3e127535a99832e14ac341fb12e3e269972e7cfe (patch)
tree415774a3a853638cc349f8c1d3c1237575881e0b
parent3a5b049d8c018d7ab754035ac16f36138f870f04 (diff)
downloadaur-3e127535a99832e14ac341fb12e3e269972e7cfe.tar.gz
5.10.35, updated cacule rt patches
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce82caa52dc8..a3d3cce4c320 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.30
- pkgrel = 3
+ pkgver = 5.10.35
+ pkgrel = 1
url = https://github.com/hamadmarri/cacule-cpu-scheduler
arch = x86_64
license = GPL2
@@ -19,11 +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.30-rt38-xanmod1/patch-5.10.30-rt38-xanmod1.xz
+ source = https://github.com/xanmod/linux/releases/download/5.10.35-rt39-xanmod1/patch-5.10.35-rt39-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 = 84d1ceb8e1007d222cb96ef56c100613298bb0676932850018fdbb70e484ffb9
- sha256sums = cf5d192c0cbed64cae0742fc24141b77bfe5b8b27a720e6dd94b9d8f4c521f29
+ sha256sums = a24419d72044f021fda88bbd6acf28469383c55b951a15fdf48a88a78abb6a19
+ sha256sums = bc35bd79dc4a82bbeffefa567e9c8b535d1eaad9d4f02f0bd67f6733b66311af
pkgname = linux-xanmod-cacule-rt-stable
pkgdesc = The Linux XanMod CacULE RT stable Version kernel and modules
diff --git a/PKGBUILD b/PKGBUILD
index a751b37aa940..301f05d64134 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,17 +55,17 @@ _use_current=
pkgbase=linux-xanmod-cacule-rt-stable
# pkgname=('linux-xanmod-cacule-rt-stable' linux-xanmod-cacule-rt-stable)
_major=5.10
-_minor=30
+_minor=35
#_minorc=$((_minor+1))
#_rcver=rc7
-_rt=38
+_rt=39
pkgver=${_major}.${_minor}
_stable=${_major}.${_minor}
#_stablerc=${_major}-${_rcver}
_srcname=linux-${_major}
-pkgrel=3
+pkgrel=1
pkgdesc='Linux XanMod CacULE RT stable Version'
-versiontag=5.10.30-rt38-xanmod1
+versiontag=5.10.35-rt39-xanmod1
arch=('x86_64')
url="https://github.com/hamadmarri/cacule-cpu-scheduler"
license=('GPL2')
@@ -77,8 +77,8 @@ 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-patches/cacule-5.11-rt.patch")
sha256sums=('dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43'
- '84d1ceb8e1007d222cb96ef56c100613298bb0676932850018fdbb70e484ffb9'
- 'cf5d192c0cbed64cae0742fc24141b77bfe5b8b27a720e6dd94b9d8f4c521f29')
+ 'a24419d72044f021fda88bbd6acf28469383c55b951a15fdf48a88a78abb6a19'
+ 'bc35bd79dc4a82bbeffefa567e9c8b535d1eaad9d4f02f0bd67f6733b66311af')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}
export KBUILD_BUILD_USER=${KBUILD_BUILD_USER:-makepkg}