summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorptr13372021-07-23 02:02:00 +0200
committerptr13372021-07-23 02:02:00 +0200
commitf9abd5161d9ecbb2a14bf14060b44d8710ae6ae9 (patch)
tree54f7cd0abcad9241bf9360075fa18b4a02614ba8
parentc5904d1cf77061ad622e1673db46eb8833d3f657 (diff)
downloadaur-f9abd5161d9ecbb2a14bf14060b44d8710ae6ae9.tar.gz
fixes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddfac179ff75..cffc91fee719 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.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
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/5.13/cpu-patches/0001-cpu-patches.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/futex-patches/0001-futex-resync-from-gitlab.collabora.com.patch
@@ -49,7 +49,7 @@ pkgbase = linux-cacule
md5sums = 76c60fb304510a7bbd9c838790bc5fe4
md5sums = 663870cbd6392bf34b84e2254ffd550a
md5sums = db27e837fe0e94c39ee8d0e663a33c3d
- md5sums = 9bb46b8ce45259c238c5233b8394d70b
+ md5sums = 0c139073c9a3c742706d96a165bc8e95
md5sums = fd078b2b7d5995b9d79e1a68ac0159a7
md5sums = 7640a753a7803248543675a6edc75e08
md5sums = 85f4be6562ee033b83814353a12b61bd
diff --git a/PKGBUILD b/PKGBUILD
index aa6167481cc2..0848ae11692b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,7 +63,7 @@ _srcname=linux-${_major}
pkgbase=linux-cacule
pkgver=${_major}.${_minor}
#pkgver=${_major}
-pkgrel=3
+pkgrel=4
pkgdesc='Linux-CacULE 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,8 @@ 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/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"
"${_patchsource}/cpu-patches/0001-cpu-patches.patch"
"${_patchsource}/futex-patches/0001-futex-resync-from-gitlab.collabora.com.patch"
@@ -538,7 +539,7 @@ done
md5sums=('76c60fb304510a7bbd9c838790bc5fe4'
'663870cbd6392bf34b84e2254ffd550a'
'db27e837fe0e94c39ee8d0e663a33c3d'
- '9bb46b8ce45259c238c5233b8394d70b'
+ '0c139073c9a3c742706d96a165bc8e95'
'fd078b2b7d5995b9d79e1a68ac0159a7'
'7640a753a7803248543675a6edc75e08'
'85f4be6562ee033b83814353a12b61bd'