summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPranav Maganti2018-12-02 12:49:43 +0000
committerPranav Maganti2018-12-02 12:49:43 +0000
commit63a1b935e67c33d07c978b6c5bf8e25263bcbf23 (patch)
tree9cc730c18a8c3e0442d7059e673b002ad915edf5
parent36c6b2bdf430047367fe671a12268d7856f102f7 (diff)
downloadaur-63a1b935e67c33d07c978b6c5bf8e25263bcbf23.tar.gz
Version Bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2e6c4c17601..94fdeb3bd6f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Nov 29 00:01:49 UTC 2018
pkgbase = android-studio-canary
pkgdesc = The Official Android IDE (Canary branch)
- pkgver = 3.4.0.4
+ pkgver = 3.4.0.5
pkgrel = 1
url = http://tools.android.com/
arch = i686
@@ -16,9 +14,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/3.4.0.4/android-studio-ide-183.5141831-linux.zip
+ source = https://dl.google.com/dl/android/studio/ide-zips/3.4.0.5/android-studio-ide-183.5146016-linux.zip
source = android-studio-canary.desktop
- sha256sums = 512ae0d4868bd9e0d697b0e5ffb0f806119246597b902b0959ed8e29fd2ed375
+ sha256sums = 415b7d752e79232be87ed2b9d1f111631b7859c48ab0d3688c25707d6bd44afc
sha256sums = 60edb7937f6c0fd1ad724574ff3c63fa69cedd2fdfcedf788f39a443c76743b6
pkgname = android-studio-canary
diff --git a/PKGBUILD b/PKGBUILD
index 2c2643e0b423..ddec830d638f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@
# Contributor: Tad Fisher <tadfisher at gmail dot com>
pkgname=android-studio-canary
-pkgver=3.4.0.4
+pkgver=3.4.0.5
pkgrel=1
-_build=183.5141831
+_build=183.5146016
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=('512ae0d4868bd9e0d697b0e5ffb0f806119246597b902b0959ed8e29fd2ed375'
+sha256sums=('415b7d752e79232be87ed2b9d1f111631b7859c48ab0d3688c25707d6bd44afc'
'60edb7937f6c0fd1ad724574ff3c63fa69cedd2fdfcedf788f39a443c76743b6')
if [ "$CARCH" = "i686" ]; then
@@ -41,7 +41,7 @@ package() {
# Install the application.
install -d $pkgdir/{opt/$pkgname,usr/bin}
- cp -a bin gradle lib jre plugins $pkgdir/opt/$pkgname
+ cp -a bin gradle lib jre plugins build.txt $pkgdir/opt/$pkgname
ln -s /opt/$pkgname/bin/studio.sh $pkgdir/usr/bin/$pkgname
# Add the icon and desktop file.