summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFranck Lucien Duriez2018-12-26 14:40:09 +0000
committerFranck Lucien Duriez2018-12-26 14:40:09 +0000
commitad450052d7a6c918aa1472996de40998fe96b8af (patch)
tree493db631187d5a5adc3424f16359d8bebda0afaa /PKGBUILD
parentd8bb7cbf90f6e1dacefcc6e1c04b3c109e8beaab (diff)
downloadaur-adb-arm64.tar.gz
Add dependency to android-udev
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a3c29e5428e..f018cebc02fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,10 @@ pkgdesc='adb for Raspberry 3'
arch=('aarch64')
url='http://developer.android.com/sdk/index.html'
license=('custom')
-depends=('zlib' 'ncurses' 'repo')
+depends=('zlib' 'ncurses' 'android-udev')
provides=('adb')
conflicts=('adb')
+install="adb-arm64.install"
source=("adb.service"
"license.html"
"Makefile")