summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLalit Maganti2016-08-19 06:46:44 +0100
committerLalit Maganti2016-08-19 06:46:44 +0100
commit4e4fac55ef1e1fd186fb082884b64056090d9b14 (patch)
tree9148925d1f3c3fe79c9b847e0fad741534e6934f /PKGBUILD
parent5bd504ce1db5feae5c37c7e11351477cc38d9003 (diff)
downloadaur-4e4fac55ef1e1fd186fb082884b64056090d9b14.tar.gz
android-studio: bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 257016016f35..7979767eaa77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@
# Contributor: Tad Fisher <tadfisher at gmail dot com>
pkgname=android-studio-canary
-pkgver=2.2.0b1
-_pkgver=2.2.0.7
+pkgver=2.2.0b2
+_pkgver=2.2.0.8
pkgrel=1
-_build=145.3128856
+_build=145.3200535
pkgdesc="The Official Android IDE. Canary branch"
arch=('i686' 'x86_64')
url="http://developer.android.com/sdk/installing/studio.html"
@@ -21,11 +21,10 @@ optdepends=('gtk2: GTK+ look and feel'
'libgl: emulator support')
oidprovides=("android-studio=$pkgver")
options=('!strip')
-install=$pkgname.install
source=("https://dl.google.com/dl/android/studio/ide-zips/$_pkgver/android-studio-ide-$_build-linux.zip"
"$pkgname.desktop")
-sha1sums=('bafb5d7029d2678e8274e24da1c7ce0a00f3a644'
- 'afd36ebfa74768d821e5cc9d78c142c1a7236dba')
+sha1sums=('7064f43efde8b0f4fe12b9ed20eb05de87c24d41'
+ '4d7153ef796a332d5318e64b59ab5b5c92c5dca9')
if [ "$CARCH" = "i686" ]; then
depends+=('java-environment')