summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Manouchehri2015-09-05 20:15:30 -0400
committerDavid Manouchehri2015-09-05 20:15:30 -0400
commit3ab55d632c99c0d102a735938351f82b95e991b1 (patch)
treed2e3705ece5a57dcc3e98aac57e8bd6c479ad54e
parentf742fb8a92c6a6b3184075114ccf5e24e843eac7 (diff)
downloadaur-3ab55d632c99c0d102a735938351f82b95e991b1.tar.gz
Don't attempt to compress.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be51b312857f..915dbe158fe0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ depends=("android-platform-${_apilevel}")
optdepends=('qemu' 'libvirt')
provides=("${pkgname/x86-/x86_}-${_apilevel}")
conflicts=("${pkgname/x86-/x86_}-${_apilevel}")
-options=('!strip')
+options=('!strip' '!upx')
PKGEXT='.pkg.tar'
source=("http://dl.google.com/android/repository/sys-img/android/sysimg_${_arch}-${_apilevel}_${_rev}.zip"
"source.properties")