summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Bayer2015-12-31 06:54:37 +0100
committerChristoph Bayer2015-12-31 06:54:37 +0100
commit9de52809ad4b8abd9409fff0d98b6ceb98c5efb7 (patch)
tree1ecc961e0ab00bb0c22cc0e3d672ada337777d0d /PKGBUILD
parent92471b7e203ddc5c23a697a9c081dd1fb9573d08 (diff)
downloadaur-9de52809ad4b8abd9409fff0d98b6ceb98c5efb7.tar.gz
make x86_64 only
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87a4790a28f5..cbf53ed1aafe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Vlad M. <vlad@archlinux.net>
# Contributor: Gordin <9ordin @t gmail dot com>
+# Contributor: Christoph Bayer <chrbayer@criby.de>
pkgname=android-sdk-platform-tools
pkgver=r23.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Platform-Tools for Google Android SDK (adb and fastboot)'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://developer.android.com/sdk/index.html"
license=('custom')
-depends_i686=('gcc-libs' 'zlib' 'ncurses')
-depends_x86_64=('lib32-gcc-libs' 'lib32-zlib' 'lib32-ncurses')
+depends_x86_64=('zlib' 'ncurses')
provides=('adb' 'android-tools')
conflicts=('adb')
_sdk="android-sdk"