author | Anatol Pomozov
<anatolik@archlinux.org> 2016-04-12 15:33:47 UTC |
committer | Anatol Pomozov
<anatolik@archlinux.org> 2016-04-12 15:33:47 UTC |
parent | 00bd7b5b8c81478931b38d9424594a739545388a |
PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 6292ccb..96fa3cc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Alucryd <alucryd at gmail dot com> pkgname=android-tools -pkgver=6.0.1_r24 +pkgver=6.0.1_r30 pkgrel=1 pkgdesc='Android platform tools' arch=(i686 x86_64) @@ -40,5 +40,6 @@ package(){ install -m755 -d "$pkgdir"/usr/bin install -m755 -t "$pkgdir"/usr/bin mkbootimg fastboot adb install -Dm 644 bash_completion.fastboot "$pkgdir"/usr/share/bash-completion/completions/fastboot - install -Dm 644 bash_completion.adb "$pkgdir"/usr/share/bash-completion/completions/adb + #adb completion is provided by bash-completion file now + #install -Dm 644 bash_completion.adb "$pkgdir"/usr/share/bash-completion/completions/adb }