summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e113d35573d..ce6f5de20bb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='A tool to synchronize files between a PC and an Android device using the ADB'
url='https://github.com/google/adb-sync'
arch=(any)
-depends=(python)
+depends=(python android-tools android-udev)
makedepends=(git)
license=(Apache)
source=(git+https://github.com/google/adb-sync)