summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2022-05-12 08:48:43 +0200
committerJoan Figueras2022-05-12 08:48:43 +0200
commitc2d0379e785320193519ec6680204a5d74d2de52 (patch)
tree586787e9d54c29c84f0335f3c8e96d5dadb2c4bc
parent213dbaf6d75c3422032e4d09794c33aafa9945d6 (diff)
downloadaur-c2d0379e785320193519ec6680204a5d74d2de52.tar.gz
5.15.38-xanmod1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08bd3b4feb78..733602b3217c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-xanmod-lts
pkgdesc = Linux Xanmod LTS
- pkgver = 5.10.113
+ pkgver = 5.15.38
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -13,15 +13,15 @@ pkgbase = linux-xanmod-lts
makedepends = tar
makedepends = xz
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.sign
- source = https://github.com/xanmod/linux/releases/download/5.10.113-xanmod1/patch-5.10.113-xanmod1.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.sign
+ source = https://github.com/xanmod/linux/releases/download/5.15.38-xanmod1/patch-5.15.38-xanmod1.xz
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43
+ sha256sums = 57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8
sha256sums = SKIP
- sha256sums = 7de8abfa2af0974e31fcc6c3e7bd44c46991562d83c1008e5cb971efd0502d36
+ sha256sums = 65f29f5a9e5d44a1e2b27451a3caaf4e53dc9dd41a261fe8092c243b7fee18a0
sha256sums = 1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee
pkgname = linux-xanmod-lts
diff --git a/PKGBUILD b/PKGBUILD
index 348b7121c8e5..4249ddc87fb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -61,8 +61,8 @@ fi
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-xanmod-lts
-_major=5.10
-pkgver=${_major}.113
+_major=5.15
+pkgver=${_major}.38
_branch=5.x
xanmod=1
pkgrel=${xanmod}
@@ -96,9 +96,9 @@ for _patch in ${_patches[@]}; do
source+=("${_patch}::https://raw.githubusercontent.com/archlinux/svntogit-packages/${_commit}/trunk/${_patch}")
done
-sha256sums=('dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43'
+sha256sums=('57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8'
'SKIP'
- '7de8abfa2af0974e31fcc6c3e7bd44c46991562d83c1008e5cb971efd0502d36'
+ '65f29f5a9e5d44a1e2b27451a3caaf4e53dc9dd41a261fe8092c243b7fee18a0'
'1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}