summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorptr13372021-07-23 02:02:28 +0200
committerptr13372021-07-23 02:02:28 +0200
commit0a4c9deccb800c358783e3375c72e2dc6c0fecbd (patch)
treee3cef83c493dbc8ebfa14c3c2b688c540a99bb7e
parent9da85d5fc734cd8167c22c22e5e8f1a2368f036c (diff)
downloadaur-0a4c9deccb800c358783e3375c72e2dc6c0fecbd.tar.gz
fixes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 305e394796d9..197d891bb439 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-cacule-rdb
pkgdesc = Linux-CacULE-RDB Kernel by Hamad Marri and with some other patchsets
pkgver = 5.13.4
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/hamadmarri/cacule-cpu-scheduler
arch = x86_64
arch = x86_64_v3
@@ -22,7 +22,7 @@ pkgbase = linux-cacule-rdb
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.13.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.13.4.xz
source = config
- source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/arch-patches/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
+ source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/arch-patches-v2/0001-arch-patches.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/CacULE/v5.13/cacule-5.13.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/CacULE/v5.13/rdb-5.13.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/cpu-patches/0001-cpu-patches.patch
@@ -50,7 +50,7 @@ pkgbase = linux-cacule-rdb
md5sums = 76c60fb304510a7bbd9c838790bc5fe4
md5sums = 663870cbd6392bf34b84e2254ffd550a
md5sums = db27e837fe0e94c39ee8d0e663a33c3d
- md5sums = 9bb46b8ce45259c238c5233b8394d70b
+ md5sums = 0c139073c9a3c742706d96a165bc8e95
md5sums = fd078b2b7d5995b9d79e1a68ac0159a7
md5sums = 52b62d7960b48320b9a8562ca1dd00f7
md5sums = 7640a753a7803248543675a6edc75e08
diff --git a/PKGBUILD b/PKGBUILD
index f0188524d97b..a32de6e58c3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,7 +63,7 @@ _srcname=linux-${_major}
pkgbase=linux-cacule-rdb
pkgver=${_major}.${_minor}
#pkgver=${_major}
-pkgrel=3
+pkgrel=4
pkgdesc='Linux-CacULE-RDB Kernel by Hamad Marri and with some other patchsets'
arch=('x86_64' 'x86_64_v3')
url="https://github.com/hamadmarri/cacule-cpu-scheduler"
@@ -77,7 +77,7 @@ source=(
"https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${_major}.tar.xz"
"https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz"
"config"
- "${_patchsource}/arch-patches/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch"
+ "${_patchsource}/arch-patches-v2/0001-arch-patches.patch"
"${_caculepatches}/v5.13/cacule-5.13.patch"
"${_caculepatches}/v5.13/rdb-5.13.patch"
"${_patchsource}/cpu-patches/0001-cpu-patches.patch"
@@ -542,7 +542,7 @@ done
md5sums=('76c60fb304510a7bbd9c838790bc5fe4'
'663870cbd6392bf34b84e2254ffd550a'
'db27e837fe0e94c39ee8d0e663a33c3d'
- '9bb46b8ce45259c238c5233b8394d70b'
+ '0c139073c9a3c742706d96a165bc8e95'
'fd078b2b7d5995b9d79e1a68ac0159a7'
'52b62d7960b48320b9a8562ca1dd00f7'
'7640a753a7803248543675a6edc75e08'