[arch-commits] Commit in android-tools/trunk (PKGBUILD adbMakefile fastbootMakefile)
Anatol Pomozov
anatolik at archlinux.org
Thu Apr 9 00:06:05 UTC 2015
Date: Thursday, April 9, 2015 @ 02:06:05
Author: anatolik
Revision: 131002
upgpkg: android-tools 5.1.0_r3-1
FS#44509
Modified:
android-tools/trunk/PKGBUILD
android-tools/trunk/adbMakefile
android-tools/trunk/fastbootMakefile
------------------+
PKGBUILD | 8 ++++----
adbMakefile | 1 +
fastbootMakefile | 2 +-
3 files changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-08 23:36:31 UTC (rev 131001)
+++ PKGBUILD 2015-04-09 00:06:05 UTC (rev 131002)
@@ -4,13 +4,13 @@
# Contributor: Alucryd <alucryd at gmail dot com>
pkgname=android-tools
-pkgver=5.0.2_r1
+pkgver=5.1.0_r3
pkgrel=1
pkgdesc='Android platform tools'
arch=(i686 x86_64)
url='http://tools.android.com/'
license=(Apache MIT)
-depends=(openssl)
+depends=(openssl pcre)
makedepends=(git)
source=(git+https://android.googlesource.com/platform/system/core#tag=android-$pkgver
git+https://android.googlesource.com/platform/system/extras#tag=android-$pkgver
@@ -23,8 +23,8 @@
'SKIP'
'SKIP'
'SKIP'
- 'ed3e9f6fc43ea9adb177ff1f81532a583b51e348'
- 'a61991623b3a6c21129156f36d81076e5ac1a32d'
+ '65fe33b2cb41c7125470b5c606cd2ca38193f6ad'
+ '0bf0bdcabb78af81583c932cce198f918d9e4463'
'd99991b208c7c2d8d0053e9937653cca22d09b6d')
Modified: adbMakefile
===================================================================
--- adbMakefile 2015-04-08 23:36:31 UTC (rev 131001)
+++ adbMakefile 2015-04-09 00:06:05 UTC (rev 131002)
@@ -30,6 +30,7 @@
CPPFLAGS+= -DADB_HOST=1
CPPFLAGS+= -DHAVE_FORKEXEC=1
CPPFLAGS+= -DHAVE_OFF64_T=1
+CPPFLAGS+= -DHAVE_TERMIO_H
CPPFLAGS+= -I.
CPPFLAGS+= -I../include
Modified: fastbootMakefile
===================================================================
--- fastbootMakefile 2015-04-08 23:36:31 UTC (rev 131001)
+++ fastbootMakefile 2015-04-09 00:06:05 UTC (rev 131002)
@@ -57,7 +57,7 @@
CPPFLAGS+= -DHAVE_OFF64_T=1
CPPFLAGS+= -std=gnu99
-LIBS+= -lz -ldl
+LIBS+= -lz -ldl -lpcre
OBJS= $(SRCS:.c=.o)
More information about the arch-commits
mailing list