summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatol Pomozov2018-11-22 09:24:51 -0800
committerAnatol Pomozov2018-11-22 09:24:51 -0800
commit231dfb9476ccf5a067fce9550fb4c30fde2d8028 (patch)
tree286b20d40f2f3b7441f9a09733b8fe94338b4c6a
parente714268c67da8ff2abfcbc4ca5bb10d6106c36eb (diff)
downloadaur-231dfb9476ccf5a067fce9550fb4c30fde2d8028.tar.gz
Add android-tools/udev packages as dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64c8f04d307e..b5d50880df2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = adb-sync-git
license = Apache
makedepends = git
depends = python
+ depends = android-tools
+ depends = android-udev
source = git+https://github.com/google/adb-sync
sha1sums = SKIP
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)