summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklós Tóth2023-06-28 12:02:20 +0000
committerMiklós Tóth2023-06-28 12:02:20 +0000
commitee0236387fe38ab3b1ac0c84ff253b9779116a71 (patch)
tree217129cae71077eb5e808e2493978e06f0147c96
parentb8493c41c7e4e3a9cce631dfddbe22d0e05a61ca (diff)
downloadaur-ee0236387fe38ab3b1ac0c84ff253b9779116a71.tar.gz
automatic update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3992befa2b9..bf1e72e0be32 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 (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-anbox
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-anbox
diff --git a/PKGBUILD b/PKGBUILD
index d2afae7c2524..46ce0a4e73e4 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-anbox
-_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}