summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2024-01-08 15:09:51 +0100
committerJoan Figueras2024-01-08 15:09:51 +0100
commit665c0986c797cca7de66314c62878aed2a3ff3cb (patch)
tree4400df064c60d1176f4ee1ee0a2c2cf39e5b7e79
parent61481fce7addd7268473ab7d9ac5aa898cc40c7c (diff)
downloadaur-665c0986c797cca7de66314c62878aed2a3ff3cb.tar.gz
6.7.0-xanmod1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5548239e2166..423af9df4ccf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-xanmod-edge
pkgdesc = Linux Xanmod - Rolling Release [EDGE]
- pkgver = 6.6.10
+ pkgver = 6.7.0
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -15,15 +15,15 @@ pkgbase = linux-xanmod-edge
makedepends = tar
makedepends = xz
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.sign
- source = patch-6.6.10-xanmod1.xz::https://sourceforge.net/projects/xanmod/files/releases/main/6.6.10-xanmod1/patch-6.6.10-xanmod1.xz/download
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.7.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.7.tar.sign
+ source = patch-6.7.0-xanmod1.xz::https://sourceforge.net/projects/xanmod/files/releases/edge/6.7.0-xanmod1/patch-6.7.0-xanmod1.xz/download
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = d926a06c63dd8ac7df3f86ee1ffc2ce2a3b81a2d168484e76b5b389aba8e56d0
+ sha256sums = ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069
sha256sums = SKIP
- sha256sums = 29f423ed8398889ee43f6a29680e68653b6a5191c68d9e6d1aaf34faa27ba851
+ sha256sums = c2603413fa9c6eb3f393e1adbe72e13185598b25936879588ed32a41e71ef9f8
sha256sums = a8b38eb482eb685944757182c4886404abc12703e5e56ec39c7d61298d17d71f
pkgname = linux-xanmod-edge
diff --git a/PKGBUILD b/PKGBUILD
index 141842546a51..b608dcbc7344 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.6
-pkgver=${_major}.10
+_major=6.7
+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/"
@@ -116,9 +116,9 @@ for _patch in ${_patches[@]}; do
source+=("${_patch}::https://raw.githubusercontent.com/archlinux/svntogit-packages/${_commit}/trunk/${_patch}")
done
-sha256sums=('d926a06c63dd8ac7df3f86ee1ffc2ce2a3b81a2d168484e76b5b389aba8e56d0'
+sha256sums=('ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069'
'SKIP'
- '29f423ed8398889ee43f6a29680e68653b6a5191c68d9e6d1aaf34faa27ba851'
+ 'c2603413fa9c6eb3f393e1adbe72e13185598b25936879588ed32a41e71ef9f8'
'a8b38eb482eb685944757182c4886404abc12703e5e56ec39c7d61298d17d71f')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}