aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKordian Bruck2019-12-11 21:47:38 +0100
committerKordian Bruck2019-12-11 21:47:38 +0100
commit43d6c21ca1eea2dfb43f98968dce6f6532e1a1aa (patch)
treea07540aa495c12763580a8097e59a663cf6124d1
parentfce29bc24d824c7203452f3b60c55120a2266495 (diff)
downloadaur-43d6c21ca1eea2dfb43f98968dce6f6532e1a1aa.tar.gz
Update to 3.5.3.0 and add license to package
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD8
3 files changed, 14 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af04e09a70ae..69f1b0e5e793 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-studio
pkgdesc = The official Android IDE (Stable branch)
- pkgver = 3.5.2.0
+ pkgver = 3.5.3.0
pkgrel = 1
url = https://developer.android.com/
arch = i686
@@ -14,9 +14,9 @@ pkgbase = android-studio
optdepends = gtk2: GTK+ look and feel
optdepends = libgl: emulator support
options = !strip
- source = https://dl.google.com/dl/android/studio/ide-zips/3.5.2.0/android-studio-ide-191.5977832-linux.tar.gz
+ source = https://dl.google.com/dl/android/studio/ide-zips/3.5.3.0/android-studio-ide-191.6010548-linux.tar.gz
source = android-studio.desktop
- sha256sums = f838486ce847db802bdaf1163059033934146c6ccdcdaa9a398bd85cda348d4d
+ sha256sums = af630d40f276b0d169c6ac8c7663a989f562b0ac48a1d3f0d720f5b6472355db
sha256sums = 73cd2dde1d0f99aaba5baad1e2b91c834edd5db3c817f6fb78868d102360d3c4
pkgname = android-studio
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..aff9719084a4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+.vscode
+make.sh
+*.pkg.tar
+*.tar.gz
+android-studio
+pkg
+src \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 9881c821b357..661fdf85464d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@
# Maintainer: Kordian Bruck <k@bruck.me>
pkgname=android-studio
-pkgver=3.5.2.0
+pkgver=3.5.3.0
pkgrel=1
-_build=191.5977832
+_build=191.6010548
pkgdesc="The official Android IDE (Stable branch)"
arch=('i686' 'x86_64')
url="https://developer.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.tar.gz"
"$pkgname.desktop")
-sha256sums=('f838486ce847db802bdaf1163059033934146c6ccdcdaa9a398bd85cda348d4d'
+sha256sums=('af630d40f276b0d169c6ac8c7663a989f562b0ac48a1d3f0d720f5b6472355db'
'73cd2dde1d0f99aaba5baad1e2b91c834edd5db3c817f6fb78868d102360d3c4')
if [ "$CARCH" = "i686" ]; then
@@ -34,7 +34,7 @@ package() {
# Install the application
install -d $pkgdir/{opt/$pkgname,usr/bin}
- cp -a bin lib jre plugins build.txt product-info.json $pkgdir/opt/$pkgname
+ cp -a bin lib jre plugins license LICENSE.txt build.txt product-info.json $pkgdir/opt/$pkgname
ln -s /opt/android-studio/bin/studio.sh $pkgdir/usr/bin/$pkgname
# Add the icon and desktop file