Skip to content

Commit

Permalink
binder_linux-dkms-git: add _pkgname variable & conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Integral-Tech committed Oct 2, 2024
1 parent 0ee856e commit 9d9153e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions archlinuxcn/binder_linux-dkms-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
# Contributor: Tobias Martin <tm-x at gmx dot net>

pkgname=binder_linux-dkms-git
_pkgname=${pkgname%-git}
pkgver=6.8
pkgrel=1
arch=('any')
_srcname=anbox-modules
url="https://github.com/choff/${_srcname}"
pkgdesc="Android kernel driver fork by @choff in DKMS format, binder only"
license=('GPL-2.0-only')
conflicts=('anbox-modules-dkms')
replaces=("${pkgname%-git}")
conflicts=("${_pkgname}" "anbox-modules-dkms")
replaces=("${_pkgname}")
depends=('dkms')
makedepends=('git')
source=("git+${url}.git")
Expand Down

0 comments on commit 9d9153e

Please sign in to comment.