-
-
Save kapkoi/f1202cc703084981e65d690a743a91db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/PKGBUILD b/PKGBUILD | |
index 052dd30..4653d5c 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -8,9 +8,9 @@ | |
# Contributor: Tad Fisher <tadfisher at gmail dot com> | |
pkgname=android-studio-canary | |
-pkgver=3.0.0.18 | |
+pkgver=3.1.0.3 | |
pkgrel=1 | |
-_build=171.4408382 | |
+_build=171.4444016 | |
pkgdesc="The Official Android IDE (Canary branch)" | |
arch=('i686' 'x86_64') | |
url="http://tools.android.com/" | |
@@ -22,7 +22,7 @@ optdepends=('gtk2: GTK+ look and feel' | |
options=('!strip') | |
source=("https://dl.google.com/dl/android/studio/ide-zips/$pkgver/android-studio-ide-$_build-linux.zip" | |
"$pkgname.desktop") | |
-sha256sums=('7991f95ea1b6c55645a3fc48f1534d4135501a07b9d92dd83672f936d9a9d7a2' | |
+sha256sums=('dab0b68d1c43a714bf541414fdfce0d2c692132040e10e7653e18e381a04ed61' | |
'60edb7937f6c0fd1ad724574ff3c63fa69cedd2fdfcedf788f39a443c76743b6') | |
if [ "$CARCH" = "i686" ]; then |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment