summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12c9cb8a6df5..c51435fac1c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-xanmod-edge
pkgdesc = Linux Xanmod - Rolling Release [EDGE]
- pkgver = 6.4.12
+ pkgver = 6.5.0
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -13,15 +13,15 @@ pkgbase = linux-xanmod-edge
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.12-xanmod1.xz::https://sourceforge.net/projects/xanmod/files/releases/main/6.4.12-xanmod1/patch-6.4.12-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.0-xanmod1.xz::https://sourceforge.net/projects/xanmod/files/releases/edge/6.5.0-xanmod1/patch-6.5.0-xanmod1.xz/download
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 8fa0588f0c2ceca44cac77a0e39ba48c9f00a6b9dc69761c02a5d3efac8da7f3
+ sha256sums = 7a574bbc20802ea76b52ca7faf07267f72045e861b18915c5272a98c27abf884
sha256sums = SKIP
- sha256sums = d8217e281446b1a5f86f4b76e93fa680a10134eb65f13c7c361a716f0f890feb
+ sha256sums = bcc96e944a22a14c67ce00eb9a125d0881ade5ad4da83ee42548fead25ceec44
sha256sums = a8b38eb482eb685944757182c4886404abc12703e5e56ec39c7d61298d17d71f
pkgname = linux-xanmod-edge
diff --git a/PKGBUILD b/PKGBUILD
index 3fbf919d53ac..3cce9a19baa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -72,12 +72,12 @@ fi
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-xanmod-edge
-_major=6.4
-pkgver=${_major}.12
+_major=6.5
+pkgver=${_major}.0
_branch=6.x
xanmod=1
_revision=
-_sf_branch=main
+_sf_branch=edge
pkgrel=${xanmod}
pkgdesc='Linux Xanmod - Rolling Release [EDGE]'
url="http://www.xanmod.org/"
@@ -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'
- 'd8217e281446b1a5f86f4b76e93fa680a10134eb65f13c7c361a716f0f890feb'
+ 'bcc96e944a22a14c67ce00eb9a125d0881ade5ad4da83ee42548fead25ceec44'
'a8b38eb482eb685944757182c4886404abc12703e5e56ec39c7d61298d17d71f')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}