summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorP.Jung2021-08-26 14:36:49 +0000
committerP.Jung2021-08-26 14:36:49 +0000
commit0658c27f87570535ac769a062046a1f3db621dec (patch)
tree1fa6887f801407874a4a2dc62c39cdfff16bd32b
parent9d443e314a03b91f33a1435e2acb75cbee092b3f (diff)
downloadaur-0658c27f87570535ac769a062046a1f3db621dec.tar.gz
5.13.13
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0406c5d3a533..2918ae23a57c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-cacule
pkgdesc = Linux-CacULE Kernel by Hamad Marri and with some other patchsets
- pkgver = 5.13.12
- pkgrel = 6
+ pkgver = 5.13.13
+ pkgrel = 1
url = https://github.com/hamadmarri/cacule-cpu-scheduler
arch = x86_64
arch = x86_64_v3
@@ -19,7 +19,7 @@ pkgbase = linux-cacule
makedepends = tar
makedepends = xz
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.13.12.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.13.13.tar.xz
source = config
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/arch-patches-v5/0001-arch-patches.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/CacULE/v5.13/cacule-5.13.patch
@@ -30,7 +30,7 @@ pkgbase = linux-cacule
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/xanmod-patches-v2/0001-xanmod-patches.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/zen-patches/0001-zen-patches.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/lqx-patches-v3/0001-lqx-patches.patch
- source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/bfq-patches-v6/0001-bfq-patches.patch
+ source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/bfq-patches-v7/0001-bfq-patches.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/block-patches-v2/0001-block-patches.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/fixes-miscellaneous/0001-fixes-miscellaneous.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/bbr2-patches-v2/0001-bbr2-patches.patch
@@ -48,7 +48,7 @@ pkgbase = linux-cacule
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/v4l2loopback-patches-v2/0001-v4l2loopback-patches.patch
source = auto-cpu-optimization.sh
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/misc/allpollingrate.patch
- md5sums = 6e1728b2021ca19cc9273f080e6c44c7
+ md5sums = 392cd7526637b3cbdf9de748d9a9008e
md5sums = d2f272859bedf0c122de0a5088f69eeb
md5sums = 9f9b916ed39dc125db45d0bff672f4c0
md5sums = 078da517ec2d54283af81d7da3af671a
@@ -59,7 +59,7 @@ pkgbase = linux-cacule
md5sums = e15a64663e6221ea40b02aeb8517e70a
md5sums = 1217799f33d6ba822152a0e2fb6f2e34
md5sums = 31c897f53b91f98532321cd24928c0d7
- md5sums = 698d661fa23611933146b83e0fa9cade
+ md5sums = 715e663535d063ac0b1f07b86e884eb1
md5sums = 4f9e72e7edb909da5cd650afe13aadb6
md5sums = 9bbbd88f0303ccd59064648eaaf80edd
md5sums = 1bd37d8e71b2a7aae8ebd2853a08f445
@@ -91,5 +91,5 @@ pkgname = linux-cacule
pkgname = linux-cacule-headers
pkgdesc = Headers and scripts for building modules for the Linux-CacULE Kernel by Hamad Marri and with some other patchsets
- depends = linux-cacule=5.13.12
+ depends = linux-cacule=5.13.13
depends = pahole
diff --git a/PKGBUILD b/PKGBUILD
index 2adcc5029c6c..6b6dfb08f981 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,8 +57,8 @@ _use_current=
pkgbase=linux-cacule
pkgname=("${pkgbase}" "${pkgbase}-headers")
-pkgver=5.13.12
-pkgrel=6
+pkgver=5.13.13
+pkgrel=1
arch=(x86_64 x86_64_v3)
pkgdesc='Linux Kernel with cacule scheduler and lto compiled'
_gittag=v${pkgver%.*}-${pkgver##*.}
@@ -82,7 +82,7 @@ source=(
"${_patchsource}/xanmod-patches-v2/0001-xanmod-patches.patch"
"${_patchsource}/zen-patches/0001-zen-patches.patch"
"${_patchsource}/lqx-patches-v3/0001-lqx-patches.patch"
-"${_patchsource}/bfq-patches-v6/0001-bfq-patches.patch"
+"${_patchsource}/bfq-patches-v7/0001-bfq-patches.patch"
"${_patchsource}/block-patches-v2/0001-block-patches.patch"
"${_patchsource}/fixes-miscellaneous/0001-fixes-miscellaneous.patch"
"${_patchsource}/bbr2-patches-v2/0001-bbr2-patches.patch"
@@ -482,7 +482,7 @@ package_linux-cacule-headers() {
}
-md5sums=('6e1728b2021ca19cc9273f080e6c44c7'
+md5sums=('392cd7526637b3cbdf9de748d9a9008e'
'd2f272859bedf0c122de0a5088f69eeb'
'9f9b916ed39dc125db45d0bff672f4c0'
'078da517ec2d54283af81d7da3af671a'
@@ -493,7 +493,7 @@ md5sums=('6e1728b2021ca19cc9273f080e6c44c7'
'e15a64663e6221ea40b02aeb8517e70a'
'1217799f33d6ba822152a0e2fb6f2e34'
'31c897f53b91f98532321cd24928c0d7'
- '698d661fa23611933146b83e0fa9cade'
+ '715e663535d063ac0b1f07b86e884eb1'
'4f9e72e7edb909da5cd650afe13aadb6'
'9bbbd88f0303ccd59064648eaaf80edd'
'1bd37d8e71b2a7aae8ebd2853a08f445'