summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsickcodes2022-07-04 12:42:01 +0000
committersickcodes2022-07-04 12:42:01 +0000
commitcd94d79eacd943954bacb6e4ba0b12ec005a3a16 (patch)
treee5c1d96aaa21ad034d810928bbec3757a30a8f13
parent6dfc80e8f5b94f3e3bde67a1d0c6484de9ca93fc (diff)
downloadaur-cd94d79eacd943954bacb6e4ba0b12ec005a3a16.tar.gz
Update to https://github.com/sickcodes/aur/commit/c07f6af0acb463ce238d187a361ede695f2e57b6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29e7bc980f73..1cf11dff0d98 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.15
+ pkgver = 5.18
pkgrel = 1
url = https://github.com/choff/anbox-modules
arch = x86_64
@@ -13,7 +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
sha256sums = SKIP
sha256sums = 7589f311fd9a503c30a214b54f1f687c26a2f160d4339098c65f655e9b1e3556
+ sha256sums = ef170a1b88a83052f5ad38afaf493a9e720a3c2d93316884d40426f32d3ad576
pkgname = anbox-modules-dkms
diff --git a/PKGBUILD b/PKGBUILD
index a395dd8757f4..30278e49e669 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=anbox-modules-dkms
_pkgname=anbox-modules
-pkgver=5.15
+pkgver=5.18
arch="$(uname -r)"
url='https://github.com/choff/anbox-modules'
pkgrel=1
@@ -15,14 +15,19 @@ provides=("${pkgname}")
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/sickcodes/anbox-modules/commit/7c19d3c66758747d854c63e4c34ef127ce201fa6.patch"
+ "https://github.com/Etaash-mathamsetty/anbox-modules/commit/f06ba5869503f8bc07cede1ed77241438d1fea20.patch")
sha256sums=('SKIP'
- '7589f311fd9a503c30a214b54f1f687c26a2f160d4339098c65f655e9b1e3556')
+ '7589f311fd9a503c30a214b54f1f687c26a2f160d4339098c65f655e9b1e3556'
+ 'ef170a1b88a83052f5ad38afaf493a9e720a3c2d93316884d40426f32d3ad576')
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
}