summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYen Chi Hsuan2017-10-05 17:11:16 +0800
committerYen Chi Hsuan2017-10-05 17:11:16 +0800
commit81c8840763876409ae3ab21b1b06da82f5ed5c43 (patch)
treefc228641e5ecc3b48ab924cc434f897f359429f9
parent385b70f80e3bd9948d01d88ee058c95a24fab088 (diff)
downloadaur-81c8840763876409ae3ab21b1b06da82f5ed5c43.tar.gz
Requires android-ndk
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5428c073d3f..a0bf80ff6733 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fb-adb-git
pkgdesc = A better shell to use in place of adb when connecting to Android devices
pkgver = 20170602.r363.b931596
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/facebook/fb-adb
arch = x86_64
license = GPL3
@@ -9,6 +9,7 @@ pkgbase = fb-adb-git
makedepends = vim
makedepends = android-sdk-build-tools
makedepends = android-platform-19
+ makedepends = android-ndk
depends = android-tools
options = !strip
options = !buildflags
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')