summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklós Tóth2022-02-06 12:03:11 +0000
committerMiklós Tóth2022-02-06 12:03:11 +0000
commit1c0e3e2a45fdfa83a6889742c7c26a3bcabe147a (patch)
tree0a8ffc675dd0443a8c12f4a52525be532ee8fdcc
parent79f7ae647afa72689ef52682320cf4d1c5aeb250 (diff)
downloadaur-1c0e3e2a45fdfa83a6889742c7c26a3bcabe147a.tar.gz
automatic update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 098588fb5a57..a3ba359c24a8 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.15.19
+ pkgver = 5.15.21
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -15,13 +15,13 @@ pkgbase = linux-xanmod-anbox
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.sign
- source = https://github.com/xanmod/linux/releases/download/5.15.19-xanmod1/patch-5.15.19-xanmod1.xz
+ source = https://github.com/xanmod/linux/releases/download/5.15.21-xanmod1/patch-5.15.21-xanmod1.xz
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8
sha256sums = SKIP
- sha256sums = a88f1396e8caa8799bfb436c75173c8167aa16df618c087b491001ffe62c1400
+ sha256sums = cc4451ab20b0bf32e82490ecf388afc796812416c992f2dc30035523fd1020fe
sha256sums = 1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee
pkgname = linux-xanmod-anbox
@@ -31,6 +31,10 @@ pkgname = linux-xanmod-anbox
depends = initramfs
optdepends = crda: to set the correct wireless channels of your country
optdepends = linux-firmware: firmware images needed for some devices
+ provides = VIRTUALBOX-GUEST-MODULES
+ provides = WIREGUARD-MODULE
+ provides = KSMBD-MODULE
+ provides = NTFS3-MODULE
pkgname = linux-xanmod-anbox-headers
pkgdesc = Headers and scripts for building modules for the Linux Xanmod with ashmem and binder enabled for Anbox - Current Stable (STABLE) kernel
diff --git a/PKGBUILD b/PKGBUILD
index 8ec6e61034d3..d8b5615592e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,7 +62,7 @@ fi
pkgbase=linux-xanmod-anbox
_major=5.15
-pkgver=${_major}.19
+pkgver=${_major}.21
_branch=5.x
xanmod=1
pkgrel=${xanmod}
@@ -99,7 +99,7 @@ done
sha256sums=('57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8'
'SKIP'
- 'a88f1396e8caa8799bfb436c75173c8167aa16df618c087b491001ffe62c1400'
+ 'cc4451ab20b0bf32e82490ecf388afc796812416c992f2dc30035523fd1020fe'
'1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}
@@ -228,6 +228,10 @@ _package() {
depends=(coreutils kmod initramfs)
optdepends=('crda: to set the correct wireless channels of your country'
'linux-firmware: firmware images needed for some devices')
+ provides=(VIRTUALBOX-GUEST-MODULES
+ WIREGUARD-MODULE
+ KSMBD-MODULE
+ NTFS3-MODULE)
cd linux-${_major}
local kernver="$(<version)"