summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7559ab27684a..5292b0ac0aa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ _TARGET_API=19
_pkgname=fb-adb
pkgname=$_pkgname-git
pkgver=20170602.r363.b931596
-pkgrel=4
+pkgrel=5
pkgdesc='A better shell to use in place of adb when connecting to Android devices'
url='https://github.com/facebook/fb-adb'
license=('GPL3')
arch=('x86_64')
depends=('android-tools')
-makedepends=('git' 'vim' 'android-sdk-build-tools' "android-platform-$_TARGET_API")
+makedepends=('git' 'vim' 'android-sdk-build-tools' "android-platform-$_TARGET_API" 'android-ndk')
options=('!strip' '!buildflags')
source=("git+$url.git")
sha512sums=('SKIP')