summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2015-10-30 09:44:49 -0400
committerKevin MacMartin2015-10-30 09:44:49 -0400
commit5c93b26d14028cca5e24c99fc508bf346c5d1991 (patch)
tree6655f803a5349e758c2d15019f9f01e85ce9e5b8
parentf39e7ad566692e71f1b11480f4695b9197166d0a (diff)
downloadaur-5c93b26d14028cca5e24c99fc508bf346c5d1991.tar.gz
Update to 20151030.r323.a10f1ee
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9343833db95f..ff00c379933d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fb-adb-git
pkgdesc = A better shell to use in place of adb when connecting to Android devices
- pkgver = 20151019.r321.930ba5f
+ pkgver = 20151030.r323.a10f1ee
pkgrel = 1
url = https://github.com/facebook/fb-adb
install = fb-adb-git.install
@@ -16,9 +16,9 @@ pkgbase = fb-adb-git
options = !buildflags
source = git+https://github.com/facebook/fb-adb.git
sha512sums = SKIP
- source_i686 = android-ndk-r10d-linux-i686.bin::http://dl.google.com/android/ndk/android-ndk-r10d-linux-x86.bin
+ source_i686 = android-ndk-r10e-linux-i686.bin::http://dl.google.com/android/ndk/android-ndk-r10e-linux-x86.bin
sha512sums_i686 = 8d66229f6f07d6fba00650a96267c3c4a8308d296d9f13aa359af34ad49f57ba3a02e39f14d2b04609816e5f28ed939e71024043a0f08dc3711895a42e39f771
- source_x86_64 = http://dl.google.com/android/ndk/android-ndk-r10d-linux-.bin
+ source_x86_64 = http://dl.google.com/android/ndk/android-ndk-r10e-linux-.bin
sha512sums_x86_64 = b2ba10d7757ed7189b4e6dc2ecd38fce0c32dc6701151542b9e225e890faee84dded30dd4e907b0e42473e2a6df8ef4d46f37514edc270a04e1129d9c9e677fa
pkgname = fb-adb-git
diff --git a/PKGBUILD b/PKGBUILD
index 946e174ab653..e710e308cbfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=fb-adb
pkgname=$_pkgname-git
-pkgver=20151019.r321.930ba5f
+pkgver=20151030.r323.a10f1ee
pkgrel=1
pkgdesc='A better shell to use in place of adb when connecting to Android devices'
url='https://github.com/facebook/fb-adb'