summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklós Tóth2024-04-11 00:02:38 +0000
committerMiklós Tóth2024-04-11 00:02:38 +0000
commit0bec8e0811b88665f87c4727a5b10ebe3277e04a (patch)
tree10d4a5347f9170f624988613b5927f2eeac7f008
parentd5b372991b8f40bd6c20732deecb49cd5cd5c299 (diff)
downloadaur-0bec8e0811b88665f87c4727a5b10ebe3277e04a.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 20e8f2ce0d2b..9d81b847f01d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-xanmod-anbox
pkgdesc = Linux Xanmod with ashmem and binder enabled for Anbox - Stable Mainline [MAIN]
- pkgver = 6.7.12
+ pkgver = 6.8.5
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -15,15 +15,15 @@ pkgbase = linux-xanmod-anbox
makedepends = tar
makedepends = xz
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.7.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.7.tar.sign
- source = patch-6.7.12-xanmod1.xz::https://sourceforge.net/projects/xanmod/files/releases/main/6.7.12-xanmod1/patch-6.7.12-xanmod1.xz/download
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.tar.sign
+ source = patch-6.8.5-xanmod1.xz::https://sourceforge.net/projects/xanmod/files/releases/main/6.8.5-xanmod1/patch-6.8.5-xanmod1.xz/download
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069
+ sha256sums = c969dea4e8bb6be991bbf7c010ba0e0a5643a3a8d8fb0a2aaa053406f1e965f3
sha256sums = SKIP
- sha256sums = 69592d2ff4a0f1db2e0a18bd5b48a299176e4d7f80d3b7b8f62280c2b13f803a
+ sha256sums = ce92f1ac419a541a812e445e6edcf1fb2cfc4a10b42d49294d936388702ceb44
sha256sums = a8b38eb482eb685944757182c4886404abc12703e5e56ec39c7d61298d17d71f
pkgname = linux-xanmod-anbox
diff --git a/PKGBUILD b/PKGBUILD
index 727a60afb090..55cd79732c9a 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.7
-pkgver=${_major}.12
+_major=6.8
+pkgver=${_major}.5
_branch=6.x
xanmod=1
_revision=
@@ -115,9 +115,9 @@ for _patch in ${_patches[@]}; do
source+=("${_patch}::https://raw.githubusercontent.com/archlinux/svntogit-packages/${_commit}/trunk/${_patch}")
done
-sha256sums=('ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069'
+sha256sums=('c969dea4e8bb6be991bbf7c010ba0e0a5643a3a8d8fb0a2aaa053406f1e965f3'
'SKIP'
- '69592d2ff4a0f1db2e0a18bd5b48a299176e4d7f80d3b7b8f62280c2b13f803a'
+ 'ce92f1ac419a541a812e445e6edcf1fb2cfc4a10b42d49294d936388702ceb44'
'a8b38eb482eb685944757182c4886404abc12703e5e56ec39c7d61298d17d71f')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}