summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66b7287c4c79..8d70eefb2f25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _commit=cd66055f6d806d7f1534f38ff7142c75f6735e09
pkgname=binder_linux-dkms
pkgver=6.1
-pkgrel=1
+pkgrel=2
arch=("x86_64")
url='https://github.com/choff/anbox-modules'
pkgdesc='Android kernel driver fork by @choff in DKMS format, binder only.'
@@ -18,7 +18,7 @@ source=(
"git+${url}.git#commit=${_commit}"
"6.1-fix.diff")
sha256sums=('SKIP'
- '9ffb0152256d20430aba08baf938f7523c399ae9714658f8d30a1001f26bda12')
+ '46331ef50b05db9313c826e5f0d3cf7a65a8f1fc5908bb7cae191cd6ef308b70')
prepare(){
cd "${srcdir}/anbox-modules"
git apply "${srcdir}/6.1-fix.diff"