summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTad Fisher2016-11-13 13:48:24 -0800
committerTad Fisher2016-11-13 13:48:24 -0800
commit87e093a2830cd696a4bbc5ddc086bfca11e68068 (patch)
tree8f92a5d4865715ddd2101162d2c7cae4a33d4f09
parent3d34926c4529eeab41ddca5da7b646494fbe603f (diff)
downloadaur-87e093a2830cd696a4bbc5ddc086bfca11e68068.tar.gz
2.3 Canary 1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d99368af363..97291d1873fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-studio-canary
pkgdesc = The Official Android IDE. Canary branch
- pkgver = 2.2.2
+ pkgver = 2.3.0.0
pkgrel = 1
url = http://developer.android.com/sdk/installing/studio.html
arch = i686
@@ -13,9 +13,9 @@ pkgbase = android-studio-canary
optdepends = gtk2: GTK+ look and feel
optdepends = libgl: emulator support
options = !strip
- source = https://dl.google.com/dl/android/studio/ide-zips/2.2.2.0/android-studio-ide-145.3360264-linux.zip
+ source = https://dl.google.com/dl/android/studio/ide-zips/2.3.0.0/android-studio-ide-162.3454121-linux.zip
source = android-studio-canary.desktop
- sha1sums = fc63ca247762697c33102a78063a95f8b5ab5dea
+ sha1sums = 6767862b34d8b837d7693ce6165dc55d0ff9676d
sha1sums = 4d7153ef796a332d5318e64b59ab5b5c92c5dca9
pkgname = android-studio-canary
diff --git a/PKGBUILD b/PKGBUILD
index fc598b05b54f..efc3a8d0559f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,9 @@
# Contributor: Tad Fisher <tadfisher at gmail dot com>
pkgname=android-studio-canary
-pkgver=2.2.2
-_pkgver=2.2.2.0
+pkgver=2.3.0.0
pkgrel=1
-_build=145.3360264
+_build=162.3454121
pkgdesc="The Official Android IDE. Canary branch"
arch=('i686' 'x86_64')
url="http://developer.android.com/sdk/installing/studio.html"
@@ -22,9 +21,9 @@ optdepends=('gtk2: GTK+ look and feel'
'libgl: emulator support')
oidprovides=("android-studio=$pkgver")
options=('!strip')
-source=("https://dl.google.com/dl/android/studio/ide-zips/$_pkgver/android-studio-ide-$_build-linux.zip"
+source=("https://dl.google.com/dl/android/studio/ide-zips/$pkgver/android-studio-ide-$_build-linux.zip"
"$pkgname.desktop")
-sha1sums=('fc63ca247762697c33102a78063a95f8b5ab5dea'
+sha1sums=('6767862b34d8b837d7693ce6165dc55d0ff9676d'
'4d7153ef796a332d5318e64b59ab5b5c92c5dca9')
if [ "$CARCH" = "i686" ]; then