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 c20b7c3b0ad1..f7f93920139c 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.12.19
+ pkgver = 5.13.4
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -12,15 +12,15 @@ pkgbase = linux-xanmod-anbox
makedepends = libelf
makedepends = cpio
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.12.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.12.tar.sign
- source = https://github.com/xanmod/linux/releases/download/5.12.19-xanmod1/patch-5.12.19-xanmod1.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.13.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.13.tar.sign
+ source = https://github.com/xanmod/linux/releases/download/5.13.4-xanmod1/patch-5.13.4-xanmod1.xz
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 7d0df6f2bf2384d68d0bd8e1fe3e071d64364dcdc6002e7b5c87c92d48fac366
+ sha256sums = 3f6baa97f37518439f51df2e4f3d65a822ca5ff016aa8e60d2cc53b95a6c89d9
sha256sums = SKIP
- sha256sums = 93f98f1fbebd1169c471aa056a618a12710283aeaf630b5e347fb090d0e53a29
+ sha256sums = 713a7b5b781d115d6579498fd9b3026cd128ba171272a23cece75b0cc0a05988
sha256sums = 1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee
pkgname = linux-xanmod-anbox
diff --git a/PKGBUILD b/PKGBUILD
index ce23dd5d70a0..39003ce0e297 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,8 +57,8 @@ _makenconfig=
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-xanmod-anbox
-_major=5.12
-pkgver=${_major}.19
+_major=5.13
+pkgver=${_major}.4
_branch=5.x
xanmod=1
pkgrel=${xanmod}
@@ -93,9 +93,9 @@ for _patch in ${_patches[@]}; do
source+=("${_patch}::https://raw.githubusercontent.com/archlinux/svntogit-packages/${_commit}/trunk/${_patch}")
done
-sha256sums=('7d0df6f2bf2384d68d0bd8e1fe3e071d64364dcdc6002e7b5c87c92d48fac366'
+sha256sums=('3f6baa97f37518439f51df2e4f3d65a822ca5ff016aa8e60d2cc53b95a6c89d9'
'SKIP'
- '93f98f1fbebd1169c471aa056a618a12710283aeaf630b5e347fb090d0e53a29'
+ '713a7b5b781d115d6579498fd9b3026cd128ba171272a23cece75b0cc0a05988'
'1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}