summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO30
-rw-r--r--.gitignore1
-rw-r--r--Android_Robot_100.pngbin0 -> 2799 bytes
-rw-r--r--PKGBUILD6
4 files changed, 19 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69a58397eaea..b1ccd1c9bcda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,42 +1,42 @@
pkgbase = android-sdk-25.2.5
pkgdesc = Google Android SDK
pkgver = 25.2.5
- pkgrel = 2
+ pkgrel = 3
url = https://developer.android.com/studio/releases/sdk-tools.html
install = android-sdk.install
arch = x86_64
arch = i686
license = custom
- depends = java-environment
- depends = lib32-alsa-lib
- depends = lib32-openal
- depends = lib32-libstdc++5
- depends = lib32-libxv
- depends = lib32-mesa
- depends = lib32-ncurses
- depends = lib32-sdl
- depends = lib32-zlib
- depends = lib32-fontconfig
- depends = lib32-libpulse
- depends = swt
optdepends = android-udev: udev rules for Android devices
optdepends = android-sdk-platform-tools: adb, aapt, aidl, dexdump and dx
provides = android-sdk=25.2.5
conflicts = android-sdk
source = https://dl.google.com/android/repository/tools_r25.2.5-linux.zip
- source = https://source.android.com/source/images/Android_Robot_100.png
+ source = 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 = f359ac923ed008dae3a007a513d26cfbaf025626
+ sha1sums = 94fda24e92c949e1d09ce3495fa9775f92867b68
sha1sums = 8f886de363ad91a7f93a0c6ded993e99bef3e1a7
sha1sums = 30a6ed281d54f8b7be08663a18c367f79c0d8d47
sha1sums = 1bd09bf137fd09171cb426daa5748f117cfb3c25
sha1sums = 145bdf3eb41a56574b289c1577a24bc47097ec83
sha1sums = bfb91be7e0b602d765b7a1fcaf0ce1b7e1a93faa
+ depends_x86_64 = java-environment
+ depends_x86_64 = lib32-alsa-lib
+ depends_x86_64 = lib32-openal
+ depends_x86_64 = lib32-libstdc++5
+ depends_x86_64 = lib32-libxv
+ depends_x86_64 = lib32-mesa
+ depends_x86_64 = lib32-ncurses
+ depends_x86_64 = lib32-sdl
+ depends_x86_64 = lib32-zlib
+ depends_x86_64 = lib32-fontconfig
+ depends_x86_64 = lib32-libpulse
+ depends_x86_64 = swt
depends_i686 = java-environment
depends_i686 = alsa-lib
depends_i686 = openal
diff --git a/.gitignore b/.gitignore
index 2c327923b7d7..e65446eee763 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
!android-sdk.csh
!android-sdk.desktop
!license.html
+!Android_Robot_100.png
diff --git a/Android_Robot_100.png b/Android_Robot_100.png
new file mode 100644
index 000000000000..e629b663ca89
--- /dev/null
+++ b/Android_Robot_100.png
Binary files differ
diff --git a/PKGBUILD b/PKGBUILD
index 245cc80d368d..8b62a454ba1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkg=android-sdk
pkgname=$_pkg-25.2.5
pkgver=25.2.5
-pkgrel=2
+pkgrel=3
pkgdesc='Google Android SDK'
arch=('x86_64' 'i686')
url='https://developer.android.com/studio/releases/sdk-tools.html'
@@ -22,14 +22,14 @@ install="$_pkg.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"
- 'https://source.android.com/source/images/Android_Robot_100.png'
+ 'Android_Robot_100.png'
"$_pkg.desktop"
"$_pkg.sh"
"$_pkg.csh"
"$_pkg.conf"
'license.html')
sha1sums=('72df3aa1988c0a9003ccdfd7a13a7b8bd0f47fc1'
- 'f359ac923ed008dae3a007a513d26cfbaf025626'
+ '94fda24e92c949e1d09ce3495fa9775f92867b68'
'8f886de363ad91a7f93a0c6ded993e99bef3e1a7'
'30a6ed281d54f8b7be08663a18c367f79c0d8d47'
'1bd09bf137fd09171cb426daa5748f117cfb3c25'