summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a91c904a1ecc..402e889b7c96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-xanmod-anbox
pkgdesc = Linux Xanmod with ashmem and binder enabled for Anbox - Current Stable (STABLE)
- pkgver = 5.19.15
+ pkgver = 6.0.2
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -13,15 +13,15 @@ pkgbase = linux-xanmod-anbox
makedepends = tar
makedepends = xz
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.19.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.19.tar.sign
- source = https://github.com/xanmod/linux/releases/download/5.19.15-xanmod1/patch-5.19.15-xanmod1.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-6.0.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-6.0.tar.sign
+ source = https://github.com/xanmod/linux/releases/download/6.0.2-xanmod1/patch-6.0.2-xanmod1.xz
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = ff240c579b9ee1affc318917de07394fc1c3bb49dac25ec1287370c2e15005a8
+ sha256sums = 5c2443a5538de52688efb55c27ab0539c1f5eb58c0cfd16a2b9fbb08fd81788e
sha256sums = SKIP
- sha256sums = dd90224e8a6d0a66e9325c229c1b96645d65c15034c658b94395b9ff8a201794
+ sha256sums = feb15accc0576f78eca9cbf8f8178419c4a2aeb3915a9bfefacf2467bcc55b35
sha256sums = 1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee
pkgname = linux-xanmod-anbox
diff --git a/PKGBUILD b/PKGBUILD
index af8bf3656f24..2c3ee93f6d17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -70,8 +70,8 @@ fi
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-xanmod-anbox
-_major=5.19
-pkgver=${_major}.15
+_major=6.0
+pkgver=${_major}.2
_branch=5.x
xanmod=1
pkgrel=${xanmod}
@@ -106,9 +106,9 @@ for _patch in ${_patches[@]}; do
source+=("${_patch}::https://raw.githubusercontent.com/archlinux/svntogit-packages/${_commit}/trunk/${_patch}")
done
-sha256sums=('ff240c579b9ee1affc318917de07394fc1c3bb49dac25ec1287370c2e15005a8'
+sha256sums=('5c2443a5538de52688efb55c27ab0539c1f5eb58c0cfd16a2b9fbb08fd81788e'
'SKIP'
- 'dd90224e8a6d0a66e9325c229c1b96645d65c15034c658b94395b9ff8a201794'
+ 'feb15accc0576f78eca9cbf8f8178419c4a2aeb3915a9bfefacf2467bcc55b35'
'1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}