summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2024-03-11 22:23:11 +0100
committerJoan Figueras2024-03-11 22:23:11 +0100
commitcf0d17aa35f6bcfc8759c129a640fc867944f34a (patch)
tree25cc49e479db53e910aa03aeef38186df65c2cf3
parent5f187d712c32bd37bb358d9d51e0d6b30a5a2fe6 (diff)
downloadaur-cf0d17aa35f6bcfc8759c129a640fc867944f34a.tar.gz
6.8.0-xanmod1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 658bd3baf4c1..78d284c343c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-xanmod-edge
pkgdesc = Linux Xanmod - Rolling Release [EDGE]
- pkgver = 6.7.9
+ pkgver = 6.8.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.7.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.7.tar.sign
- source = patch-6.7.9-xanmod1.xz::https://sourceforge.net/projects/xanmod/files/releases/main/6.7.9-xanmod1/patch-6.7.9-xanmod1.xz/download
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.tar.sign
+ source = patch-6.8.0-xanmod1.xz::https://sourceforge.net/projects/xanmod/files/releases/edge/6.8.0-xanmod1/patch-6.8.0-xanmod1.xz/download
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069
+ sha256sums = c969dea4e8bb6be991bbf7c010ba0e0a5643a3a8d8fb0a2aaa053406f1e965f3
sha256sums = SKIP
- sha256sums = ffa31e3d22f8bbcb44f99ba72399c7ba09e3387e57ca46cdc31d1b18b2e91903
+ sha256sums = f824cddcb58f259d7de3f77c999339285dfb1b7e5646fb10fe3cc5fc36e4cd42
sha256sums = a8b38eb482eb685944757182c4886404abc12703e5e56ec39c7d61298d17d71f
pkgname = linux-xanmod-edge
diff --git a/PKGBUILD b/PKGBUILD
index b80d75e364f8..9fadda11834c 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.7
-pkgver=${_major}.9
+_major=6.8
+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/"
@@ -115,9 +115,9 @@ for _patch in ${_patches[@]}; do
source+=("${_patch}::https://raw.githubusercontent.com/archlinux/svntogit-packages/${_commit}/trunk/${_patch}")
done
-sha256sums=('ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069'
+sha256sums=('c969dea4e8bb6be991bbf7c010ba0e0a5643a3a8d8fb0a2aaa053406f1e965f3'
'SKIP'
- 'ffa31e3d22f8bbcb44f99ba72399c7ba09e3387e57ca46cdc31d1b18b2e91903'
+ 'f824cddcb58f259d7de3f77c999339285dfb1b7e5646fb10fe3cc5fc36e4cd42'
'a8b38eb482eb685944757182c4886404abc12703e5e56ec39c7d61298d17d71f')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}