summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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")