summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsickcodes2022-09-08 00:57:33 +0000
committersickcodes2022-09-08 00:57:33 +0000
commitaf4a4e74516a439e158a2e94bc892bb4b11a3fae (patch)
tree951293ab3882ef8f3193e93cabfab0f005d1dc3a
parentcd94d79eacd943954bacb6e4ba0b12ec005a3a16 (diff)
downloadaur-af4a4e74516a439e158a2e94bc892bb4b11a3fae.tar.gz
Update to https://github.com/sickcodes/aur/commit/f9f3a7ffe068746e0d0eedf1307412285c897e74
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cf11dff0d98..f593fd98ddbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = anbox-modules-dkms
pkgdesc = Android kernel driver fork by @choff (binder/binderfs & ashmem) in DKMS format
- pkgver = 5.18
+ pkgver = 5.19
pkgrel = 1
url = https://github.com/choff/anbox-modules
arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = anbox-modules-dkms
conflicts = anbox-modules-dkms-git
source = git+https://github.com/choff/anbox-modules.git#commit=8148a162755bf5500a07cf41a65a02c8f3eb0af9
source = https://github.com/sickcodes/anbox-modules/commit/7c19d3c66758747d854c63e4c34ef127ce201fa6.patch
- source = https://github.com/Etaash-mathamsetty/anbox-modules/commit/f06ba5869503f8bc07cede1ed77241438d1fea20.patch
+ source = https://github.com/choff/anbox-modules/pull/4.patch
sha256sums = SKIP
sha256sums = 7589f311fd9a503c30a214b54f1f687c26a2f160d4339098c65f655e9b1e3556
- sha256sums = ef170a1b88a83052f5ad38afaf493a9e720a3c2d93316884d40426f32d3ad576
+ sha256sums = fced11f849692dd1f0f36b50bb859d85aa244a536c2cef529a14bb73f568bb5e
pkgname = anbox-modules-dkms
diff --git a/PKGBUILD b/PKGBUILD
index 30278e49e669..443bafec234d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=anbox-modules-dkms
_pkgname=anbox-modules
-pkgver=5.18
+pkgver=5.19
arch="$(uname -r)"
url='https://github.com/choff/anbox-modules'
pkgrel=1
@@ -16,20 +16,21 @@ depends=('dkms')
makedepends=('git')
source=("git+https://github.com/choff/${_pkgname}.git#commit=8148a162755bf5500a07cf41a65a02c8f3eb0af9"
"https://github.com/sickcodes/anbox-modules/commit/7c19d3c66758747d854c63e4c34ef127ce201fa6.patch"
- "https://github.com/Etaash-mathamsetty/anbox-modules/commit/f06ba5869503f8bc07cede1ed77241438d1fea20.patch")
+ "https://github.com/choff/anbox-modules/pull/4.patch")
sha256sums=('SKIP'
'7589f311fd9a503c30a214b54f1f687c26a2f160d4339098c65f655e9b1e3556'
- 'ef170a1b88a83052f5ad38afaf493a9e720a3c2d93316884d40426f32d3ad576')
+ 'fced11f849692dd1f0f36b50bb859d85aa244a536c2cef529a14bb73f568bb5e')
conflicts=(anbox-modules-dkms-git)
prepare() {
cd "${srcdir}/${_pkgname}"
- # Patch for 5.18-lts
- patch -p1 -i "${srcdir}"/f06ba5869503f8bc07cede1ed77241438d1fea20.patch
-
# Patch for 5.10-lts
patch -p1 -i "${srcdir}"/7c19d3c66758747d854c63e4c34ef127ce201fa6.patch
+
+ # # Patch for 5.19
+ patch -p1 -i "${srcdir}"/4.patch
+
}
package() {