summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2019-01-25 00:10:53 +0100
committerPiotr Gorski2019-01-25 00:10:53 +0100
commit774d9462f2083b8ddede2fc30a813730ce64fcf6 (patch)
tree9259085a1fc19aa755ad66f1889ed0001496854a
parent1f59be706f16d4436d03044c4dc05be43ef824dd (diff)
downloadaur-774d9462f2083b8ddede2fc30a813730ce64fcf6.tar.gz
Update uksmpath
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b8f2dbd91a5..800eaaacb1a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = linux-uksm
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.4.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.20.4.tar.sign
source = https://raw.githubusercontent.com/graysky2/kernel_gcc_patch/master/enable_additional_cpu_optimizations_for_gcc_v8.1+_kernel_v4.13+.patch
- source = https://raw.githubusercontent.com/dolohow/uksm/master/uksm-4.20.patch
+ source = https://raw.githubusercontent.com/dolohow/uksm/master/v4.x/uksm-4.20.patch
source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/4.20/arch-patches/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
source = config
source = 60-linux.hook
diff --git a/PKGBUILD b/PKGBUILD
index 954fef25e086..f6ed0851b67a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,7 +62,7 @@ options=('!strip')
makedepends=('kmod' 'inetutils' 'bc' 'libelf' 'python-sphinx' 'graphviz')
#_lucjanpath="https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/${_major}"
_lucjanpath="https://gitlab.com/sirlucjan/kernel-patches/raw/master/${_major}"
-_uksm_path="https://raw.githubusercontent.com/dolohow/uksm/master"
+_uksm_path="https://raw.githubusercontent.com/dolohow/uksm/master/v4.x"
#_uksm_path="https://raw.githubusercontent.com/zaza42/uksm/master"
_uksm_patch="uksm-${_major}.patch"
_gcc_path="https://raw.githubusercontent.com/graysky2/kernel_gcc_patch/master"