summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2022-10-12 23:58:52 +0200
committerJoan Figueras2022-10-12 23:58:52 +0200
commitee507dfb5ec33464ed56714e546675a1b9e1a375 (patch)
tree8b666359ec513091f24a565c02b38103bbeff6c2
parent4ebb83232bc4d7bc16399c5ae49c0a512dcdea95 (diff)
downloadaur-ee507dfb5ec33464ed56714e546675a1b9e1a375.tar.gz
6.0.1-xanmod1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce1814b14620..8fbb6b29bbf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-xanmod-edge
pkgdesc = Linux Xanmod - Latest Mainline (EDGE)
- pkgver = 6.0.0
+ pkgver = 6.0.1
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -15,13 +15,13 @@ pkgbase = linux-xanmod-edge
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.tar.sign
- source = https://github.com/xanmod/linux/releases/download/6.0.0-xanmod1/patch-6.0.0-xanmod1.xz
+ source = https://github.com/xanmod/linux/releases/download/6.0.1-xanmod1/patch-6.0.1-xanmod1.xz
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 5c2443a5538de52688efb55c27ab0539c1f5eb58c0cfd16a2b9fbb08fd81788e
sha256sums = SKIP
- sha256sums = c4c9ceae47e1809d2e32ef5980f4e9410777273eb6d1cae67788367a2a2d5cd4
+ sha256sums = f7e89a2007f8c6d5868f57483534014c2e1beed288134cb91214f2203b4110a5
sha256sums = dda2e928f3b02c28e71d4e99f90b499b4c99a265d30fceec7dc1dd7082afc285
pkgname = linux-xanmod-edge
diff --git a/PKGBUILD b/PKGBUILD
index 3a982bdf44e4..64bb9f3736ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,7 +38,7 @@ if [ -z ${_compiler+x} ] || [ "$_compiler" = "clang" ]; then
fi
# Choose between the 3 main configs for EDGE branch. Default x86-64-v2 which use CONFIG_GENERIC_CPU2:
-# Possible values: config_x86-64 / config_x86-64-v2 (default) / config_x86-64-v3
+# Possible values: config_x86-64 / config_x86-64-v2 (default) / config_x86-64-v3 / config_x86-64-v4
# This will be overwritten by selecting any option in microarchitecture script
# Source files: https://github.com/xanmod/linux/tree/5.17/CONFIGS/xanmod/gcc
if [ -z ${_config+x} ]; then
@@ -71,7 +71,7 @@ fi
pkgbase=linux-xanmod-edge
_major=6.0
-pkgver=${_major}.0
+pkgver=${_major}.1
_branch=6.x
xanmod=1
pkgrel=${xanmod}
@@ -108,7 +108,7 @@ done
sha256sums=('5c2443a5538de52688efb55c27ab0539c1f5eb58c0cfd16a2b9fbb08fd81788e'
'SKIP'
- 'c4c9ceae47e1809d2e32ef5980f4e9410777273eb6d1cae67788367a2a2d5cd4'
+ 'f7e89a2007f8c6d5868f57483534014c2e1beed288134cb91214f2203b4110a5'
'dda2e928f3b02c28e71d4e99f90b499b4c99a265d30fceec7dc1dd7082afc285')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}