summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Manouchehri2015-09-05 20:13:57 -0400
committerDavid Manouchehri2015-09-05 20:15:14 -0400
commitf742fb8a92c6a6b3184075114ccf5e24e843eac7 (patch)
treeee671bbdf7c6d180401333f2b5a4a52373db8f67
parent94ec6f070ea2cc8bfcda9780d4e78a88b1ef2350 (diff)
downloadaur-f742fb8a92c6a6b3184075114ccf5e24e843eac7.tar.gz
Corrected platform dependency.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 515a01e06421..c8a40ad7bc60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = android-x86-64-system-image-22
url = https://software.intel.com/en-us/android/tools
arch = any
license = custom
- depends = android-platform
+ depends = android-platform-22
optdepends = qemu
optdepends = libvirt
provides = android-x86_64-system-image-22-22
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}")