summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2023-06-28 12:51:57 +0200
committerJoan Figueras2023-06-28 12:51:57 +0200
commit54be8c6556662965d9bf16d87158fdce4923e921 (patch)
treec354cf3dbc2f5d930dbc048f409337706c65e2aa
parent30d4faf9e6e40e53b2328ec201c5ab29f455b045 (diff)
downloadaur-54be8c6556662965d9bf16d87158fdce4923e921.tar.gz
6.4.0-xanmod1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4dfc3e9fe9d..0025dd30e462 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-xanmod
pkgdesc = Linux Xanmod - Current Stable (CURRENT)
- pkgver = 6.3.9
+ pkgver = 6.4.0
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.3.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.3.tar.sign
- source = patch-6.3.9-xanmod1.xz::https://github.com/xanmod/linux/releases/download/6.3.9-xanmod1/patch-6.3.9-xanmod1.xz
+ 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.0-xanmod1.xz::https://github.com/xanmod/linux/releases/download/6.4.0-xanmod1/patch-6.4.0-xanmod1.xz
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = ba3491f5ed6bd270a370c440434e3d69085fcdd528922fa01e73d7657db73b1e
+ sha256sums = 8fa0588f0c2ceca44cac77a0e39ba48c9f00a6b9dc69761c02a5d3efac8da7f3
sha256sums = SKIP
- sha256sums = f6010d895c549ba8fc7e4728208c04de988486de0c30a1cdf50e04855d37675d
+ sha256sums = 4eb2e7c7553536beeed8c3228395b9157f89bc085a0d47f017680747e4c914b5
sha256sums = 5c84bfe7c1971354cff3f6b3f52bf33e7bbeec22f85d5e7bfde383b54c679d30
pkgname = linux-xanmod
diff --git a/PKGBUILD b/PKGBUILD
index 6094b52ceab1..cdff9060367a 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.3
-pkgver=${_major}.9
+_major=6.4
+pkgver=${_major}.0
_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=('ba3491f5ed6bd270a370c440434e3d69085fcdd528922fa01e73d7657db73b1e'
+sha256sums=('8fa0588f0c2ceca44cac77a0e39ba48c9f00a6b9dc69761c02a5d3efac8da7f3'
'SKIP'
- 'f6010d895c549ba8fc7e4728208c04de988486de0c30a1cdf50e04855d37675d'
+ '4eb2e7c7553536beeed8c3228395b9157f89bc085a0d47f017680747e4c914b5'
'5c84bfe7c1971354cff3f6b3f52bf33e7bbeec22f85d5e7bfde383b54c679d30')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}