summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Manouchehri2015-09-05 20:09:58 -0400
committerDavid Manouchehri2015-09-05 20:09:58 -0400
commit94ec6f070ea2cc8bfcda9780d4e78a88b1ef2350 (patch)
treef6ff07b1a2ea85f75cf356a4ac5b3cf11b7d7579 /PKGBUILD
parent1f3a78bc1f99278c847bb06ffdf986b0be317fd3 (diff)
downloadaur-94ec6f070ea2cc8bfcda9780d4e78a88b1ef2350.tar.gz
Remove redundant statement.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cafdefbb77f3..6a72257031f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ url='https://software.intel.com/en-us/android/tools'
license=('custom')
depends=("android-platform")
optdepends=('qemu' 'libvirt')
-provides=("${pkgname}-${_apilevel}" "${pkgname/x86-/x86_}-${_apilevel}")
-conflicts=("${pkgname}-${_apilevel}" "${pkgname/x86-/x86_}-${_apilevel}")
+provides=("${pkgname/x86-/x86_}-${_apilevel}")
+conflicts=("${pkgname/x86-/x86_}-${_apilevel}")
options=('!strip')
PKGEXT='.pkg.tar'
source=("http://dl.google.com/android/repository/sys-img/android/sysimg_${_arch}-${_apilevel}_${_rev}.zip"