summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLalit Maganti2015-10-21 19:00:05 +0100
committerLalit Maganti2015-10-21 19:00:05 +0100
commit3ee59f5588a7d9f9b01960d6bca356bedadfa23e (patch)
tree3c03960c509c60fb41837db88b6b80ca61d3c6fe
parentbf3fc585daf783d3ae1c5baff3fe018c8444adf6 (diff)
downloadaur-3ee59f5588a7d9f9b01960d6bca356bedadfa23e.tar.gz
android-studio: bump version and switch to https
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7071a0325d85..0e7e222638ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-studio-canary
pkgdesc = The Official Android IDE. Canary branch
- pkgver = 1.4.0
+ pkgver = 1.5.0p1
pkgrel = 1
url = http://developer.android.com/sdk/installing/studio.html
install = android-studio-canary.install
@@ -17,14 +17,14 @@ pkgbase = android-studio-canary
optdepends = android-sdk
optdepends = android-sdk-platform-tools
optdepends = android-sdk-build-tools
- provides = android-studio=1.4.0
+ provides = android-studio=1.5.0p1
conflicts = android-studio
conflicts = android-studio-beta
conflicts = android-studio-dev
options = !strip
- source = http://dl.google.com/dl/android/studio/ide-zips/1.4.0.10/android-studio-ide-141.2288178-linux.zip
+ source = https://dl.google.com/dl/android/studio/ide-zips/1.5.0.0/android-studio-ide-141.2314126-linux.zip
source = android-studio.desktop
- sha1sums = 137e3734f2e8e285bd7c1d2fae2e8548d0f164bd
+ sha1sums = 2c22b58ff6158cd90bbad54aefeb273f632df3c0
sha1sums = baed66cebe2b372700f436b93022a52cbff313be
pkgname = android-studio-canary
diff --git a/PKGBUILD b/PKGBUILD
index e2a851fa7910..5ac51b5a6c14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@
pkgname=android-studio-canary
_pkgname=android-studio
-pkgver=1.4.0
-_pkgver=1.4.0.10
+pkgver=1.5.0p1
+_pkgver=1.5.0.0
pkgrel=1
-_build=141.2288178
+_build=141.2314126
pkgdesc="The Official Android IDE. Canary branch"
arch=('i686' 'x86_64')
url="http://developer.android.com/sdk/installing/studio.html"
@@ -22,9 +22,9 @@ provides=("android-studio=$pkgver")
conflicts=('android-studio' 'android-studio-beta' 'android-studio-dev')
options=('!strip')
install=$pkgname.install
-source=("http://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=('137e3734f2e8e285bd7c1d2fae2e8548d0f164bd'
+sha1sums=('2c22b58ff6158cd90bbad54aefeb273f632df3c0'
'baed66cebe2b372700f436b93022a52cbff313be')
if [ "$CARCH" = "x86_64" ]; then