summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c982b5b1cbb3..8a4f6f4df0c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = binder_linux-dkms
pkgdesc = Android kernel driver fork by @choff in DKMS format, binder only.
pkgver = 6.6
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/choff/anbox-modules
arch = x86_64
license = GPL3
@@ -10,6 +10,5 @@ pkgbase = binder_linux-dkms
conflicts = anbox-modules-dkms
source = git+https://github.com/choff/anbox-modules.git#commit=205c8037e61d4546d8c86c1f789cfaf18fa9bc24
sha256sums = SKIP
- sha256sums = 6964cc4c070a34bbed1a5e4249c1a2928f05c94716adfd0c79c410266ee4d0fd
pkgname = binder_linux-dkms
diff --git a/PKGBUILD b/PKGBUILD
index 4695b94ed647..3626a71d4794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _commit=205c8037e61d4546d8c86c1f789cfaf18fa9bc24
pkgname=binder_linux-dkms
pkgver=6.6
-pkgrel=3
+pkgrel=4
arch=("x86_64")
url='https://github.com/choff/anbox-modules'
pkgdesc='Android kernel driver fork by @choff in DKMS format, binder only.'
@@ -17,8 +17,7 @@ makedepends=("git")
source=(
"git+${url}.git#commit=${_commit}"
)
-sha256sums=('SKIP'
- '6964cc4c070a34bbed1a5e4249c1a2928f05c94716adfd0c79c410266ee4d0fd')
+sha256sums=('SKIP')
# prepare(){
# cd "${srcdir}/anbox-modules"
# for diff_file in "${srcdir}/"*.diff