summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Manouchehri2015-09-05 20:13:57 -0400
committerDavid Manouchehri2015-09-05 20:15:14 -0400
commitf742fb8a92c6a6b3184075114ccf5e24e843eac7 (patch)
treeee671bbdf7c6d180401333f2b5a4a52373db8f67 /PKGBUILD
parent94ec6f070ea2cc8bfcda9780d4e78a88b1ef2350 (diff)
downloadaur-f742fb8a92c6a6b3184075114ccf5e24e843eac7.tar.gz
Corrected platform dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a72257031f3..be51b312857f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc="Android ${_arch} System Image, API-${_apilevel}"
arch=('any')
url='https://software.intel.com/en-us/android/tools'
license=('custom')
-depends=("android-platform")
+depends=("android-platform-${_apilevel}")
optdepends=('qemu' 'libvirt')
provides=("${pkgname/x86-/x86_}-${_apilevel}")
conflicts=("${pkgname/x86-/x86_}-${_apilevel}")