summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2020-12-13 10:11:29 +0100
committerJoan Figueras2020-12-13 10:11:29 +0100
commit2ef6ccea265b6cb058aec967e6bf30448df27fae (patch)
tree15364d3c736add0c95c844872690196b9fc250bd
parent9c11ec4bdf1e784f469094d3fa89e9c48970092a (diff)
downloadaur-2ef6ccea265b.tar.gz
Return to cachy for now. 5.9.14-xanmod1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b6cc0625cb7..022371a8e804 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-xanmod
pkgdesc = Linux Xanmod
- pkgver = 5.9.13
- pkgrel = 2
+ pkgver = 5.9.14
+ pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
license = GPL2
@@ -14,14 +14,14 @@ pkgbase = linux-xanmod
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.9.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.9.tar.sign
- source = https://github.com/xanmod/linux/releases/download/5.9.13-xanmod2/patch-5.9.13-xanmod2.xz
+ source = https://github.com/xanmod/linux/releases/download/5.9.14-xanmod1/patch-5.9.14-xanmod1.xz
source = choose-gcc-optimization.sh
source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-CLONE_NEWUSER.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 3239a4ee1250bf2048be988cc8cb46c487b2c8a0de5b1b032d38394d5c6b1a06
sha256sums = SKIP
- sha256sums = 85f09e233425bda814f7727a946474f40adce258073174a6417acc917b4f5bf9
+ sha256sums = 61272350b30a72ccd8c6e4336073f8a178ff476cf8ffb76c11ab456f185da681
sha256sums = 2c7369218e81dee86f8ac15bda741b9bb34fa9cefcb087760242277a8207d511
sha256sums = 6c66dba73251440352f93ff32b72f5dd49536d0f17ef9347867660fd3a626991
diff --git a/PKGBUILD b/PKGBUILD
index 1fb096107db0..d50a27673701 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,10 +66,10 @@ _makenconfig=
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-xanmod
-pkgver=5.9.13
+pkgver=5.9.14
_major=5.9
_branch=5.x
-xanmod=2
+xanmod=1
pkgrel=${xanmod}
pkgdesc='Linux Xanmod'
url="http://www.xanmod.org/"
@@ -99,15 +99,15 @@ done
sha256sums=('3239a4ee1250bf2048be988cc8cb46c487b2c8a0de5b1b032d38394d5c6b1a06'
'SKIP'
- '85f09e233425bda814f7727a946474f40adce258073174a6417acc917b4f5bf9'
+ '61272350b30a72ccd8c6e4336073f8a178ff476cf8ffb76c11ab456f185da681'
'2c7369218e81dee86f8ac15bda741b9bb34fa9cefcb087760242277a8207d511'
'6c66dba73251440352f93ff32b72f5dd49536d0f17ef9347867660fd3a626991')
# If use_cachy=y then download cachy patch
if [ "$use_cachy" = "y" ]; then
- echo "Cachy branch is not ready yet..." && exit 1
+ #echo "Cachy branch is not ready yet..." && exit 1
source+=("https://github.com/xanmod/linux/releases/download/${pkgver}-xanmod${xanmod}-cachy/patch-${pkgver}-xanmod${xanmod}-cachy.xz")
- sha256sums+=('16b29e9e30979c8ff5f25ee5d46f9a9fc601ebda2b4aeabeeb85953628d38f10')
+ sha256sums+=('c35685c5d706a683fc0b02cf11fd40db52becae9205bf0d71f6a4a901d836d69')
fi
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}