summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Manouchehri2015-09-05 20:23:42 -0400
committerDavid Manouchehri2015-09-05 20:23:42 -0400
commit0f827617acdb377821206eb9720222e7d44ae568 (patch)
treeee9557e20bfb0d845af26624153cef8757ebd12a /PKGBUILD
parent3ab55d632c99c0d102a735938351f82b95e991b1 (diff)
downloadaur-0f827617acdb377821206eb9720222e7d44ae568.tar.gz
Decided to use Bayer's versioning numbers to stay consistent.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 915dbe158fe0..c42bf6552170 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
# Contributor: lestb <tkhdlstfl dot l plus aur at gmail dot com>
# Contributor: Christoph Bayer <chrbayer@criby.de>
+_sdkver=5.1
_apilevel='22'
_rev='r01'
_arch='x86_64'
pkgname="android-${_arch/x86_/x86-}-system-image-${_apilevel}"
-pkgver="${_apilevel}_${_rev}"
+pkgver="${_sdkver}_${_rev}"
pkgrel=1
pkgdesc="Android ${_arch} System Image, API-${_apilevel}"
arch=('any')