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

Filipe Laíns ffy00 at archlinux.org
Mon Jun 3 20:59:35 UTC 2019


    Date: Monday, June 3, 2019 @ 20:59:33
  Author: ffy00
Revision: 476773

add fastboot and adb to provides

Up to now it wasn't really clear what package provided fastboot and adb, users would
end up going to the wiki just to find this out. This patch just enables pacman to
resolve requests where it is asked to install fastboot/adb.

Modified:
  android-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-03 20:59:02 UTC (rev 476772)
+++ PKGBUILD	2019-06-03 20:59:33 UTC (rev 476773)
@@ -12,6 +12,8 @@
 depends=(pcre2 libusb)
 optdepends=('python: for mkbootimg script')
 makedepends=(git clang gtest ruby cmake ninja go-pie)
+provides=(fastboot adb)
+conflicts=(fastboot adb)
 # keep the boringssl commit in sync with android tree https://android.googlesource.com/platform/external/boringssl/+/$pkgver/BORINGSSL_REVISION
 _boringssl_commit=45210dd4e21ace9d28cb76b3f83303fcdd2efcce
 source=(git+https://android.googlesource.com/platform/system/core#tag=android-$pkgver



More information about the arch-commits mailing list