git » android-tools.git » commit c6177b1

FS#70595: android-tools does not work without android specific udev rules

author Anatol Pomozov
2021-04-27 07:16:34 UTC
committer Anatol Pomozov
2021-04-27 07:16:34 UTC
parent 642087b511b3aeecdffe4100a376b528253fa1ab

FS#70595: android-tools does not work without android specific udev rules

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 9032cb7..e4c4fdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc='Android platform tools'
 arch=(x86_64)
 url='http://tools.android.com/'
 license=(Apache MIT)
-depends=(libusb protobuf brotli zstd)
+depends=(libusb protobuf brotli zstd android-udev)
 makedepends=(pcre2 gtest cmake go ninja)
 source=(https://github.com/nmeum/android-tools/releases/download/$_tag/android-tools-$_tag.tar.xz)
 sha256sums=('51a4c3ba5f16945905449c4bd2c1c781a4df7469f6b7362f8837f4f640d8c7b6')