aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD8
-rw-r--r--android-studio.install11
3 files changed, 9 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfbc9151e8c0..13ab86090e8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,8 @@
-# Generated by mksrcinfo v8
-# Tue Jun 7 20:39:39 UTC 2016
pkgbase = android-studio
pkgdesc = A new Android development environment based on IntelliJ IDEA.
- pkgver = 2.1.2.0
+ pkgver = 2.1.3.0
pkgrel = 1
url = http://developer.android.com/sdk/installing/studio.html
- install = android-studio.install
arch = i686
arch = x86_64
license = APACHE
@@ -13,9 +10,9 @@ pkgbase = android-studio
depends = java-environment
depends = python
depends = ttf-font
- depends = fontconfig
- depends = libxrender
- depends = mesa
+ depends = lib32-fontconfig
+ depends = lib32-libxrender
+ depends = lib32-mesa
optdepends = android-google-repository
optdepends = android-platform
optdepends = android-sdk
@@ -24,13 +21,10 @@ pkgbase = android-studio
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.1.2.0/android-studio-ide-143.2915827-linux.zip
+ source = https://dl.google.com/dl/android/studio/ide-zips/2.1.3.0/android-studio-ide-143.3101438-linux.zip
source = android-studio.desktop
- sha512sums = 42f0e6ebd51fc92f64f3bcfa980df3853922e6bff043ae23fbd7564b79cb905b30927bbee534613a52a92d24e60bad89ee577a06e382b301d5f7f773c166ce07
+ sha512sums = 3890dcec1c773732a4b54e6e6dd90f9f9b63c396fb0d2712fa4a5b2b8487a055e910f983a8c4da8e3e5b103021267415eb6065f291bd35a633c4723e5cb648cb
sha512sums = 7c1ab152b3f26a0a4796c085bb7bf66aa4711a010910636c0c82a37609155c819b21a732fc3874b55e7d443c989c46f29d51ed54538795829c8eb835308b5aaa
pkgname = android-studio
diff --git a/PKGBUILD b/PKGBUILD
index cae2e243bb02..efec9651ea27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
# Contributor: Lubomir 'Kuci' Kucera <kuci24-at-gmail-dot-com>
pkgname=android-studio
-pkgver=2.1.2.0
+pkgver=2.1.3.0
pkgrel=1
-_build=143.2915827
+_build=143.3101438
pkgdesc="A new Android development environment based on IntelliJ IDEA."
arch=('i686' 'x86_64')
url="http://developer.android.com/sdk/installing/studio.html"
@@ -16,12 +16,10 @@ 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-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=('42f0e6ebd51fc92f64f3bcfa980df3853922e6bff043ae23fbd7564b79cb905b30927bbee534613a52a92d24e60bad89ee577a06e382b301d5f7f773c166ce07'
+sha512sums=('3890dcec1c773732a4b54e6e6dd90f9f9b63c396fb0d2712fa4a5b2b8487a055e910f983a8c4da8e3e5b103021267415eb6065f291bd35a633c4723e5cb648cb'
'7c1ab152b3f26a0a4796c085bb7bf66aa4711a010910636c0c82a37609155c819b21a732fc3874b55e7d443c989c46f29d51ed54538795829c8eb835308b5aaa')
if [[ $CARCH == "x86_64" ]]; then
diff --git a/android-studio.install b/android-studio.install
deleted file mode 100644
index 80312d4a6041..000000000000
--- a/android-studio.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- update-desktop-database -q
-}
-
-post_remove() {
- update-desktop-database -q
-}