summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang Hai2017-04-18 19:41:44 +0800
committerZhang Hai2017-04-18 19:41:44 +0800
commitde8248bd3162a712fafedf726deecf3c4951789b (patch)
tree9218c341de7d4b3fa1db482955f7d0a8d9f2f679
parenta2c8e936eefba532b9f0f3bee4deeb27a341bd4e (diff)
downloadaur-de8248bd3162a712fafedf726deecf3c4951789b.tar.gz
Update to 26.0.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ab1e80c362d..1641260c6048 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Mar 1 12:56:57 UTC 2017
+# Tue Apr 18 11:40:43 UTC 2017
pkgbase = android-sdk
pkgdesc = Google Android SDK
pkgver = 25.2.5
@@ -11,14 +11,14 @@ pkgbase = android-sdk
license = custom
optdepends = android-udev: udev rules for Android devices
optdepends = android-sdk-platform-tools: adb, aapt, aidl, dexdump and dx
- source = https://dl.google.com/android/repository/tools_r25.2.5-linux.zip
+ source = https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip
source = https://source.android.com/source/images/Android_Robot_100.png
source = android-sdk.desktop
source = android-sdk.sh
source = android-sdk.csh
source = android-sdk.conf
source = license.html
- sha1sums = 72df3aa1988c0a9003ccdfd7a13a7b8bd0f47fc1
+ sha1sums = 7eab0ada7ff28487e1b340cc3d866e70bcb4286e
sha1sums = f359ac923ed008dae3a007a513d26cfbaf025626
sha1sums = 8f886de363ad91a7f93a0c6ded993e99bef3e1a7
sha1sums = 30a6ed281d54f8b7be08663a18c367f79c0d8d47
diff --git a/PKGBUILD b/PKGBUILD
index 24d4cac18759..4ceaf8bf19d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
+# Maintainer: Zhang Hai <dreaming.in.code.zh@gmail.com>
+# Contributor: Alexander F Rødseth <xyproto@archlinux.org>
# Contributor: Daniel Micay <danielmicay@gmail.com>
# Contributor: Gordin <9ordin@gmail.com>
@@ -17,14 +18,14 @@ depends_i686=('java-environment' 'alsa-lib' 'openal' 'libstdc++5' 'libxv' 'sdl'
install="$pkgname.install"
optdepends=('android-udev: udev rules for Android devices'
'android-sdk-platform-tools: adb, aapt, aidl, dexdump and dx')
-source=("https://dl.google.com/android/repository/tools_r${pkgver}-linux.zip"
+source=("https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip"
'https://source.android.com/source/images/Android_Robot_100.png'
"$pkgname.desktop"
"$pkgname.sh"
"$pkgname.csh"
"$pkgname.conf"
'license.html')
-sha1sums=('72df3aa1988c0a9003ccdfd7a13a7b8bd0f47fc1'
+sha1sums=('7eab0ada7ff28487e1b340cc3d866e70bcb4286e'
'f359ac923ed008dae3a007a513d26cfbaf025626'
'8f886de363ad91a7f93a0c6ded993e99bef3e1a7'
'30a6ed281d54f8b7be08663a18c367f79c0d8d47'
@@ -64,5 +65,5 @@ package() {
}
# getver: developer.android.com/tools/sdk/tools-notes.html
-# see https://dl.google.com/android/repository/repository-12.xml for new versions
+# see https://dl.google.com/android/repository/repository2-1.xml for new versions
# vim:set ts=2 sw=2 et: