summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37c878f0b04d..7a69020ec98a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="${_pkgdesc}, dummy package"
arch=('x86_64')
url='http://developer.android.com/sdk/index.html'
license=('custom')
-depends_x86_64=('zlib' 'ncurses')
+depends=('zlib' 'ncurses')
provides=("${_pkgname}" 'adb' 'android-tools')
conflicts=("${_pkgname}" 'adb')
install="${pkgname}.install"