summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang Hua2024-01-15 10:00:09 +0800
committerZhang Hua2024-01-15 10:00:09 +0800
commit9fe20cd7c80cc37c76be998aa05609d7eff27aac (patch)
tree3b0c78a88d364b89f348d1732ee3ee87f4d6b17a
parenta5561298858dec91537363e37a2c54ebb48f680a (diff)
downloadaur-9fe20cd7c80cc37c76be998aa05609d7eff27aac.tar.gz
Fix build on 6.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a4f6f4df0c0..f65390317990 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = binder_linux-dkms
pkgdesc = Android kernel driver fork by @choff in DKMS format, binder only.
- pkgver = 6.6
- pkgrel = 4
+ pkgver = 6.7
+ pkgrel = 1
url = https://github.com/choff/anbox-modules
arch = x86_64
license = GPL3
makedepends = git
depends = dkms
conflicts = anbox-modules-dkms
- source = git+https://github.com/choff/anbox-modules.git#commit=205c8037e61d4546d8c86c1f789cfaf18fa9bc24
+ source = git+https://github.com/choff/anbox-modules.git#commit=13a93a4f7c17de5c5b9ab354aaf34b230583110e
sha256sums = SKIP
pkgname = binder_linux-dkms
diff --git a/PKGBUILD b/PKGBUILD
index 3626a71d4794..c9df095e68db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Maintainer: Christian Hoff <https://github.com/choff>
# Contributor: Tobias Martin <tm-x at gmx dot net>
-_commit=205c8037e61d4546d8c86c1f789cfaf18fa9bc24
+_commit=13a93a4f7c17de5c5b9ab354aaf34b230583110e
pkgname=binder_linux-dkms
-pkgver=6.6
-pkgrel=4
+pkgver=6.7
+pkgrel=1
arch=("x86_64")
url='https://github.com/choff/anbox-modules'
pkgdesc='Android kernel driver fork by @choff in DKMS format, binder only.'