summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang Hua2023-11-02 18:57:48 +0800
committerZhang Hua2023-11-02 18:57:48 +0800
commit6842c87c0b3fe908624038d64e28a50afeaf9f5c (patch)
treeeaff4793c1ef08005e6163fadc81b8028f6078e0
parentbbc48da65bdd0a35d6d3629aa79d1a6884efbff4 (diff)
downloadaur-6842c87c0b3fe908624038d64e28a50afeaf9f5c.tar.gz
Fix build on 6.6 kernel
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD18
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f08654217e70..2328aeeb1ebc 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 = 1
+ pkgrel = 2
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=abead1debfae56e8d0307c642865ec23aaa854d3
+ source = git+https://github.com/choff/anbox-modules.git#commit=205c8037e61d4546d8c86c1f789cfaf18fa9bc24
source = https://github.com/choff/anbox-modules/pull/12.diff
sha256sums = SKIP
sha256sums = 6964cc4c070a34bbed1a5e4249c1a2928f05c94716adfd0c79c410266ee4d0fd
diff --git a/PKGBUILD b/PKGBUILD
index bbd6f5b0a359..9a43180cb4df 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=abead1debfae56e8d0307c642865ec23aaa854d3
+_commit=205c8037e61d4546d8c86c1f789cfaf18fa9bc24
pkgname=binder_linux-dkms
pkgver=6.6
-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.'
@@ -20,13 +20,13 @@ source=(
)
sha256sums=('SKIP'
'6964cc4c070a34bbed1a5e4249c1a2928f05c94716adfd0c79c410266ee4d0fd')
-prepare(){
- cd "${srcdir}/anbox-modules"
- for diff_file in "${srcdir}/"*.diff
- do
- git apply "$diff_file"
- done
-}
+# prepare(){
+# cd "${srcdir}/anbox-modules"
+# for diff_file in "${srcdir}/"*.diff
+# do
+# git apply "$diff_file"
+# done
+# }
package(){
install -dm755 "${pkgdir}/usr/src/binder-1"
cp -r "${srcdir}/anbox-modules/binder/"* "${pkgdir}/usr/src/binder-1/"