summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2023-09-14 00:18:57 +0200
committerJoan Figueras2023-09-14 00:18:57 +0200
commit0aba0483929e1cf8eb38bb53df96aa9707235040 (patch)
treeac5ae605666f05c5e71172b037ddf6a357ae20a8
parent9a75549b00010c33976ee85a07fe26f39fd0fd29 (diff)
downloadaur-0aba0483929e1cf8eb38bb53df96aa9707235040.tar.gz
6.5.3-xanmod1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9490b7600509..803add38214d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-xanmod
pkgdesc = Linux Xanmod - Stable Mainline [MAIN]
- pkgver = 6.4.15
+ pkgver = 6.5.3
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -13,15 +13,15 @@ pkgbase = linux-xanmod
makedepends = tar
makedepends = xz
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.4.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.4.tar.sign
- source = patch-6.4.15-xanmod1.xz::https://sourceforge.net/projects/xanmod/files/releases/main/6.4.15-xanmod1/patch-6.4.15-xanmod1.xz/download
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.5.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.5.tar.sign
+ source = patch-6.5.3-xanmod1.xz::https://sourceforge.net/projects/xanmod/files/releases/main/6.5.3-xanmod1/patch-6.5.3-xanmod1.xz/download
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 8fa0588f0c2ceca44cac77a0e39ba48c9f00a6b9dc69761c02a5d3efac8da7f3
+ sha256sums = 7a574bbc20802ea76b52ca7faf07267f72045e861b18915c5272a98c27abf884
sha256sums = SKIP
- sha256sums = a73bf47f64718041f0147cb3405ac0a27e09cf3b2d971f3069b9bb521b47c1b4
+ sha256sums = 6251a81221709c59ec14810b52b884dff8c6a12a45eb6ad9e2afc19ab347423b
sha256sums = a8b38eb482eb685944757182c4886404abc12703e5e56ec39c7d61298d17d71f
pkgname = linux-xanmod
diff --git a/PKGBUILD b/PKGBUILD
index 0a18009d63ee..cdb660340053 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -72,8 +72,8 @@ fi
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-xanmod
-_major=6.4
-pkgver=${_major}.15
+_major=6.5
+pkgver=${_major}.3
_branch=6.x
xanmod=1
_revision=
@@ -109,9 +109,9 @@ for _patch in ${_patches[@]}; do
source+=("${_patch}::https://raw.githubusercontent.com/archlinux/svntogit-packages/${_commit}/trunk/${_patch}")
done
-sha256sums=('8fa0588f0c2ceca44cac77a0e39ba48c9f00a6b9dc69761c02a5d3efac8da7f3'
+sha256sums=('7a574bbc20802ea76b52ca7faf07267f72045e861b18915c5272a98c27abf884'
'SKIP'
- 'a73bf47f64718041f0147cb3405ac0a27e09cf3b2d971f3069b9bb521b47c1b4'
+ '6251a81221709c59ec14810b52b884dff8c6a12a45eb6ad9e2afc19ab347423b'
'a8b38eb482eb685944757182c4886404abc12703e5e56ec39c7d61298d17d71f')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}