summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLalit Maganti2016-05-12 11:17:23 +0100
committerLalit Maganti2016-05-12 11:17:23 +0100
commitbda5d0162e8305c072847ad304c75c3a7d7aa491 (patch)
treeabc1451769d6c74aac8cc45e66c995d4ada71ae8
parentd398608eb0a6b058cc26b8b6853d3a5445b02552 (diff)
downloadaur-bda5d0162e8305c072847ad304c75c3a7d7aa491.tar.gz
android-studio: bump version
This reverts commit d398608eb0a6b058cc26b8b6853d3a5445b02552.
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9f5ebc7270f..c11d478277b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu May 12 10:09:20 UTC 2016
pkgbase = android-studio-canary
pkgdesc = The Official Android IDE. Canary branch
- pkgver = 2.1.0
+ pkgver = 2.1.1
pkgrel = 1
url = http://developer.android.com/sdk/installing/studio.html
install = android-studio-canary.install
@@ -11,21 +13,21 @@ pkgbase = android-studio-canary
depends = java-environment
depends = python
depends = gtk2
- depends = lib32-fontconfig
- depends = lib32-libxrender
- depends = lib32-mesa
+ depends = fontconfig
+ depends = libxrender
+ depends = mesa
optdepends = android-sdk
optdepends = android-sdk-platform-tools
optdepends = android-sdk-build-tools
- provides = android-studio=2.1.0
+ provides = android-studio=2.1.1
conflicts = android-studio
conflicts = android-studio-beta
conflicts = android-studio-dev
options = !strip
- source = https://dl.google.com/dl/android/studio/ide-zips/2.1.0.9/android-studio-ide-143.2790544-linux.zip
+ source = https://dl.google.com/dl/android/studio/ide-zips/2.1.1.0/android-studio-ide-143.2821654-linux.zip
source = android-studio.desktop
sha1sums = 45dad9b76ad0506c354483aaa67ea0e2468d03a5
- sha1sums = baed66cebe2b372700f436b93022a52cbff313be
+ sha1sums = 55d69ad2da0068d818718b26ba43550fbcbeb7e9
pkgname = android-studio-canary
diff --git a/PKGBUILD b/PKGBUILD
index a83f432834a0..b37d28ed2aba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@
pkgname=android-studio-canary
_pkgname=android-studio
-pkgver=2.1.0
-_pkgver=2.1.0.9
+pkgver=2.1.1
+_pkgver=2.1.1.0
pkgrel=1
-_build=143.2790544
+_build=143.2821654
pkgdesc="The Official Android IDE. Canary branch"
arch=('i686' 'x86_64')
url="http://developer.android.com/sdk/installing/studio.html"
@@ -25,7 +25,7 @@ install=$pkgname.install
source=("https://dl.google.com/dl/android/studio/ide-zips/$_pkgver/android-studio-ide-$_build-linux.zip"
"$_pkgname.desktop")
sha1sums=('45dad9b76ad0506c354483aaa67ea0e2468d03a5'
- 'baed66cebe2b372700f436b93022a52cbff313be')
+ '55d69ad2da0068d818718b26ba43550fbcbeb7e9')
if [ "$CARCH" = "x86_64" ]; then
depends+=('lib32-fontconfig' 'lib32-libxrender' 'lib32-mesa')