summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklós Tóth2022-12-14 00:03:17 +0000
committerMiklós Tóth2022-12-14 00:03:17 +0000
commit3ea6ce4bdef07a1591cbc4cb4662514f0eca5941 (patch)
tree39d50b79d52d20ee589a6dcd815fb3f321dd9e3b
parent73b40796b6973b2841b81666af2f0299bfc3490c (diff)
downloadaur-3ea6ce4bdef07a1591cbc4cb4662514f0eca5941.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 6e56a719437e..c9798309cad6 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.0.12
+ pkgver = 6.1.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.0.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.tar.sign
- source = https://github.com/xanmod/linux/releases/download/6.0.12-xanmod1/patch-6.0.12-xanmod1.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.sign
+ source = https://github.com/xanmod/linux/releases/download/6.1.0-xanmod1/patch-6.1.0-xanmod1.xz
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 5c2443a5538de52688efb55c27ab0539c1f5eb58c0cfd16a2b9fbb08fd81788e
+ sha256sums = 2ca1f17051a430f6fed1196e4952717507171acfd97d96577212502703b25deb
sha256sums = SKIP
- sha256sums = f3c82c80998afe76ab6616f9dcaff79da8d37c8b81ecc4af5b4f2f4af33d9516
+ sha256sums = b044b25b37117f3de7878e6f9e94bd6e215ff8ec949ced8898000d9b52d1d55a
sha256sums = 5c84bfe7c1971354cff3f6b3f52bf33e7bbeec22f85d5e7bfde383b54c679d30
pkgname = linux-xanmod-anbox
diff --git a/PKGBUILD b/PKGBUILD
index 01c844cc58e1..95038bb2f5c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -71,8 +71,8 @@ fi
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-xanmod-anbox
-_major=6.0
-pkgver=${_major}.12
+_major=6.1
+pkgver=${_major}.0
_branch=6.x
xanmod=1
pkgrel=${xanmod}
@@ -107,9 +107,9 @@ for _patch in ${_patches[@]}; do
source+=("${_patch}::https://raw.githubusercontent.com/archlinux/svntogit-packages/${_commit}/trunk/${_patch}")
done
-sha256sums=('5c2443a5538de52688efb55c27ab0539c1f5eb58c0cfd16a2b9fbb08fd81788e'
+sha256sums=('2ca1f17051a430f6fed1196e4952717507171acfd97d96577212502703b25deb'
'SKIP'
- 'f3c82c80998afe76ab6616f9dcaff79da8d37c8b81ecc4af5b4f2f4af33d9516'
+ 'b044b25b37117f3de7878e6f9e94bd6e215ff8ec949ced8898000d9b52d1d55a'
'5c84bfe7c1971354cff3f6b3f52bf33e7bbeec22f85d5e7bfde383b54c679d30')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}