aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2355b11f7185..683e1f4fe92b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Apr 27 17:15:32 UTC 2016
pkgbase = android-studio
pkgdesc = A new Android development environment based on IntelliJ IDEA.
- pkgver = 2.0.0.20
+ pkgver = 2.1.0.9
pkgrel = 1
url = http://developer.android.com/sdk/installing/studio.html
install = android-studio.install
@@ -11,24 +13,24 @@ pkgbase = android-studio
depends = java-environment
depends = python
depends = ttf-font
- depends = lib32-fontconfig
- depends = lib32-libxrender
- depends = lib32-mesa
+ depends = fontconfig
+ depends = libxrender
+ depends = mesa
optdepends = android-google-repository
optdepends = android-platform
optdepends = android-sdk
optdepends = android-sdk-platform-tools
optdepends = android-sdk-build-tools
- optdepends = android-source
+ optdepends = android-sources
optdepends = android-support
optdepends = android-support-repository
conflicts = android-studio-beta
conflicts = android-studio-dev
conflicts = android-studio-canary
options = !strip
- source = https://dl.google.com/dl/android/studio/ide-zips/2.0.0.20/android-studio-ide-143.2739321-linux.zip
+ source = https://dl.google.com/dl/android/studio/ide-zips/2.1.0.9/android-studio-ide-143.2790544-linux.zip
source = android-studio.desktop
- sha512sums = 8149f91d448b24cf0f30b215f371e371862e620f1ef5785bd2ff6f917d365e2830694861ff804157fb6452ed1a356c4cc968cfad29af6d2ade22a80a0a1ee9b0
+ sha512sums = 22d2253f4e3abb9e708c586d5ca94274c126a732f67116521695a205f86b7ef14274c9ee6c44f2437414dd2bb65249fee698c354f5fb6005051793171cddd640
sha512sums = 7c1ab152b3f26a0a4796c085bb7bf66aa4711a010910636c0c82a37609155c819b21a732fc3874b55e7d443c989c46f29d51ed54538795829c8eb835308b5aaa
pkgname = android-studio
diff --git a/PKGBUILD b/PKGBUILD
index cdf886afff10..a88bb29dead6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,23 +5,23 @@
# Contributor: Lubomir 'Kuci' Kucera <kuci24-at-gmail-dot-com>
pkgname=android-studio
-pkgver=2.0.0.20
+pkgver=2.1.0.9
pkgrel=1
-_build=143.2739321
+_build=143.2790544
pkgdesc="A new Android development environment based on IntelliJ IDEA."
arch=('i686' 'x86_64')
url="http://developer.android.com/sdk/installing/studio.html"
license=('APACHE')
depends=('java-environment' 'python' 'ttf-font')
makedepends=('unzip')
-optdepends=('android-google-repository' 'android-platform' 'android-sdk' 'android-sdk-platform-tools' 'android-sdk-build-tools' 'android-source' 'android-support'
+optdepends=('android-google-repository' 'android-platform' 'android-sdk' 'android-sdk-platform-tools' 'android-sdk-build-tools' 'android-sources' 'android-support'
'android-support-repository')
conflicts=('android-studio-beta' 'android-studio-dev' 'android-studio-canary')
options=('!strip')
install=$pkgname.install
source=("https://dl.google.com/dl/android/studio/ide-zips/$pkgver/android-studio-ide-$_build-linux.zip"
"$pkgname.desktop")
-sha512sums=('8149f91d448b24cf0f30b215f371e371862e620f1ef5785bd2ff6f917d365e2830694861ff804157fb6452ed1a356c4cc968cfad29af6d2ade22a80a0a1ee9b0'
+sha512sums=('22d2253f4e3abb9e708c586d5ca94274c126a732f67116521695a205f86b7ef14274c9ee6c44f2437414dd2bb65249fee698c354f5fb6005051793171cddd640'
'7c1ab152b3f26a0a4796c085bb7bf66aa4711a010910636c0c82a37609155c819b21a732fc3874b55e7d443c989c46f29d51ed54538795829c8eb835308b5aaa')
if [[ $CARCH == "x86_64" ]]; then