summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFigue2018-12-26 00:00:14 +0100
committerFigue2018-12-26 00:00:14 +0100
commit14146deba53764b41b4839828cb29805f6d92d77 (patch)
tree81a8c5af639f5d365537a3dcc37ac0c9d70cfbe6
parentb7f94f57f1a15e5ef7b92186286b18ba5b2c1b46 (diff)
downloadaur-14146deba53764b41b4839828cb29805f6d92d77.tar.gz
4.20.0-xanmod1. Note: PDS disabled because doesn't build
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22738b7b31ba..7607a1843353 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-xanmod
- pkgver = 4.19.12
- pkgrel = 2
+ pkgver = 4.20.0
+ pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
license = GPL2
@@ -12,13 +12,13 @@ pkgbase = linux-xanmod
makedepends = python-sphinx
makedepends = graphviz
options = !strip
- source = https://github.com/xanmod/linux/archive/4.19.12-xanmod7_rev2.tar.gz
+ source = https://github.com/xanmod/linux/archive/4.20.0-xanmod1.tar.gz
source = 60-linux.hook
source = 90-linux.hook
source = linux-xanmod.preset
source = choose-gcc-optimization.sh
source = 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
- sha256sums = f571a05f2c74f6326701743545e47eb16744409445a464d1d9c483d66d16d735
+ sha256sums = e877f23c306e4f160b533c2ca0ddb6ddc50fbad7a2451cebb9aab0427518441f
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
sha256sums = c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636
sha256sums = ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65
diff --git a/PKGBUILD b/PKGBUILD
index 8de0e27fae6b..4c2382e49fbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,9 +43,9 @@ fi
pkgbase=linux-xanmod
_srcname=linux
-pkgver=4.19.12
-xanmod=7_rev2
-pkgrel=2
+pkgver=4.20.0
+xanmod=1
+pkgrel=1
arch=(x86_64)
url="http://www.xanmod.org/"
license=(GPL2)
@@ -61,7 +61,7 @@ source=(https://github.com/xanmod/linux/archive/${pkgver}-xanmod${xanmod}.tar.gz
0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch # Grabbed from linux-ck package
)
-sha256sums=('f571a05f2c74f6326701743545e47eb16744409445a464d1d9c483d66d16d735'
+sha256sums=('e877f23c306e4f160b533c2ca0ddb6ddc50fbad7a2451cebb9aab0427518441f'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
@@ -107,10 +107,10 @@ prepare() {
scripts/config --disable CONFIG_NUMA
fi
- if [ "$use_pds" = "y" ]; then
- msg2 "Enabling PDS CPU scheduler by default..."
- scripts/config --enable CONFIG_SCHED_PDS
- fi
+# if [ "$use_pds" = "y" ]; then
+# msg2 "Enabling PDS CPU scheduler by default..."
+# scripts/config --enable CONFIG_SCHED_PDS
+# fi
# Let's user choose microarchitecture optimization in GCC
${srcdir}/choose-gcc-optimization.sh $_microarchitecture