summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklós Tóth2023-07-12 00:02:29 +0000
committerMiklós Tóth2023-07-12 00:02:29 +0000
commit21b94a51da2ad2013f7d5829e127f4a850f416bb (patch)
tree8f3b2341cdcd6f0c37614d255c0bea67201dadf7
parent67b143e99f28cf3e4264bd870f3474a5032178dd (diff)
downloadaur-21b94a51da2ad2013f7d5829e127f4a850f416bb.tar.gz
automatic update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 9 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9de8ffa3f97..67d8ab011016 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-xanmod-anbox
pkgdesc = Linux Xanmod with ashmem and binder enabled for Anbox - Current Stable (CURRENT)
- pkgver = 6.4.2
- pkgrel = 3
+ pkgver = 6.4.3
+ pkgrel = 2
url = http://www.xanmod.org/
arch = x86_64
license = GPL2
@@ -15,18 +15,14 @@ pkgbase = linux-xanmod-anbox
options = !strip
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.2-xanmod1.xz::https://github.com/xanmod/linux/releases/download/6.4.2-xanmod1/patch-6.4.2-xanmod1.xz
+ source = patch-6.4.3-xanmod1.xz::https://github.com/xanmod/linux/releases/download/6.4.3-xanmod1/patch-6.4.3-xanmod1.xz
source = choose-gcc-optimization.sh
- source = disable-per-VMA_v4_1.patch
- source = disable-per-VMA_v4_2.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 8fa0588f0c2ceca44cac77a0e39ba48c9f00a6b9dc69761c02a5d3efac8da7f3
sha256sums = SKIP
- sha256sums = f30ce7cf11e4819e90966c6e1fdd42d906168ffd38be1234ff0b2696d1740e9c
+ sha256sums = c718aaba0f25cb90b9660ae4efeb0eca91e81c5573fea561deba20dce4bf8082
sha256sums = a8b38eb482eb685944757182c4886404abc12703e5e56ec39c7d61298d17d71f
- sha256sums = 0b989ab3c40e118a8b56a8bc44e3ebbb7ed206bbead626a0f5761c8d0fbcc613
- sha256sums = 070765f7a42070a02e638b1c2520c7563b678a5900ce1d169c892ce3f16f8919
pkgname = linux-xanmod-anbox
pkgdesc = The Linux kernel and modules with Xanmod patches and ashmem and binder enabled
diff --git a/PKGBUILD b/PKGBUILD
index be71abb20cc0..968214bca63e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -73,11 +73,11 @@ fi
pkgbase=linux-xanmod-anbox
_major=6.4
-pkgver=${_major}.2
+pkgver=${_major}.3
_branch=6.x
xanmod=1
_revision=
-pkgrel=3
+pkgrel=2
pkgdesc='Linux Xanmod with ashmem and binder enabled for Anbox - Current Stable (CURRENT)'
url="http://www.xanmod.org/"
arch=(x86_64)
@@ -94,9 +94,7 @@ _srcname="linux-${pkgver}-xanmod${xanmod}"
source=("https://cdn.kernel.org/pub/linux/kernel/v${_branch}/linux-${_major}.tar."{xz,sign}
"patch-${pkgver}-xanmod${xanmod}${_revision}.xz::https://github.com/xanmod/linux/releases/download/${pkgver}-xanmod${xanmod}${_revision}/patch-${pkgver}-xanmod${xanmod}.xz"
- choose-gcc-optimization.sh
- "disable-per-VMA_v4_1.patch"
- "disable-per-VMA_v4_2.patch")
+ choose-gcc-optimization.sh)
#"patch-${pkgver}-xanmod${xanmod}.xz::https://sourceforge.net/projects/xanmod/files/releases/stable/${pkgver}-xanmod${xanmod}/patch-${pkgver}-xanmod${xanmod}.xz/download"
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linux Torvalds
@@ -113,10 +111,8 @@ done
sha256sums=('8fa0588f0c2ceca44cac77a0e39ba48c9f00a6b9dc69761c02a5d3efac8da7f3'
'SKIP'
- 'f30ce7cf11e4819e90966c6e1fdd42d906168ffd38be1234ff0b2696d1740e9c'
- 'a8b38eb482eb685944757182c4886404abc12703e5e56ec39c7d61298d17d71f'
- '0b989ab3c40e118a8b56a8bc44e3ebbb7ed206bbead626a0f5761c8d0fbcc613'
- '070765f7a42070a02e638b1c2520c7563b678a5900ce1d169c892ce3f16f8919')
+ 'c718aaba0f25cb90b9660ae4efeb0eca91e81c5573fea561deba20dce4bf8082'
+ 'a8b38eb482eb685944757182c4886404abc12703e5e56ec39c7d61298d17d71f')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}
export KBUILD_BUILD_USER=${KBUILD_BUILD_USER:-makepkg}