[arch-commits] Commit in android-tools/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Tue Apr 27 07:16:35 UTC 2021


    Date: Tuesday, April 27, 2021 @ 07:16:34
  Author: anatolik
Revision: 924678

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

Modified:
  android-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-27 06:44:41 UTC (rev 924677)
+++ PKGBUILD	2021-04-27 07:16:34 UTC (rev 924678)
@@ -10,7 +10,7 @@
 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')



More information about the arch-commits mailing list