summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandor Nagy2016-11-26 18:19:28 +0100
committerSandor Nagy2016-11-26 18:19:28 +0100
commit233c65823625905d83eca4239dc34a5e18444541 (patch)
treef53d8a629d797627d2b0fb1f908d1b1ddeeb35bc
parent3d176b6b5a70d97b7da82b62822cbc4f87554369 (diff)
downloadaur-233c65823625905d83eca4239dc34a5e18444541.tar.gz
Update to r03
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD9
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd82a9744df0..ea53e05b8d54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Nov 26 17:18:55 UTC 2016
pkgbase = android-tv-x86-system-image-22
pkgdesc = Android TV x86 System Image, API-22
- pkgver = 5.1_r01
+ pkgver = 5.1_r03
pkgrel = 1
url = http://developer.android.com/tv/index.html
arch = any
@@ -9,8 +11,8 @@ pkgbase = android-tv-x86-system-image-22
optdepends = qemu-kvm
optdepends = libvirt
options = !strip
- source = http://dl.google.com/android/repository/sys-img/android-tv/sysimg_atv_x86-22_r01.zip
- sha1sums = 51849acc07627b75c8941b15cbe659644aac4a55
+ source = https://dl.google.com/android/repository/sys-img/android-tv/sysimg_atv_x86-22_r03.zip
+ md5sums = 0d99844e00b3442c25c840a1256f694d
pkgname = android-tv-x86-system-image-22
diff --git a/PKGBUILD b/PKGBUILD
index 4ebbf9c32a45..398db85b42b8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
-# Maintainer: johnguant <rhys @t johnguant dot com>
+# Maintainer: Sandor Nagy <sandor dot nagy at kdemail dot net>
+# Contributor: johnguant <rhys @t johnguant dot com>
-_rev=r01
+_rev=r03
_sdkver=5.1
_sdkint=22
pkgname=android-tv-x86-system-image-${_sdkint}
@@ -13,8 +14,8 @@ license=('custom')
depends=("android-platform-${_sdkint}")
optdepends=('qemu-kvm' 'libvirt')
options=('!strip')
-source=("http://dl.google.com/android/repository/sys-img/android-tv/sysimg_atv_x86-${_sdkint}_${_rev}.zip")
-sha1sums=('51849acc07627b75c8941b15cbe659644aac4a55')
+source=("https://dl.google.com/android/repository/sys-img/android-tv/sysimg_atv_x86-${_sdkint}_${_rev}.zip")
+md5sums=('0d99844e00b3442c25c840a1256f694d')
package() {
install -Dm644 "${srcdir}/x86/NOTICE.txt" "${pkgdir}/usr/share/licenses/$pkgname/NOTICE.txt"