android-studio: update to 3.1.3. (#821)
This commit is contained in:
parent
053cdaba35
commit
2fc7a5610b
1 changed files with 9 additions and 8 deletions
|
@ -1,26 +1,27 @@
|
|||
# Template file for 'android-studio'
|
||||
pkgname=android-studio
|
||||
version=3.1.2
|
||||
version=3.1.3
|
||||
revision=1
|
||||
# _studio_build and _studio_rev are for downloading the zip from dl.google.com
|
||||
# https://developer.android.com/studio/index.html#resources as of 2017-07-04
|
||||
_studio_build=173.4720617
|
||||
# https://developer.android.com/studio/#resources as of 2018-07-12
|
||||
_studio_build=173.4819257
|
||||
_studio_rev=0
|
||||
# changlelog="https://developer.android.com/studio/releases/index.html"
|
||||
only_for_archs="x86_64 i686"
|
||||
create_wrksrc=yes
|
||||
build_style=fetch
|
||||
hostmakedepends="unzip"
|
||||
depends="gtk+ libGL"
|
||||
short_desc="The official Android IDE"
|
||||
maintainer="Jordyn Carattini <onlinecloud1@gmail.com>"
|
||||
repository=nonfree
|
||||
only_for_archs="x86_64 i686"
|
||||
distfiles="https://dl.google.com/dl/android/studio/ide-zips/${version}.${_studio_rev}/android-studio-ide-${_studio_build}-linux.zip"
|
||||
checksum=13f290279790df570bb6592f72a979a495f7591960a378abea7876ece7252ec1
|
||||
license="Apache-2.0"
|
||||
repository=nonfree
|
||||
homepage="http://tools.android.com/"
|
||||
# changlelog="https://developer.android.com/studio/releases/index.html"
|
||||
distfiles="https://dl.google.com/dl/android/studio/ide-zips/${version}.${_studio_rev}/android-studio-ide-${_studio_build}-linux.zip"
|
||||
checksum=d86748e44d658fd39581b40f7b706fb397fc1eca5dd6f8066a56c0beb856dea4
|
||||
nopie=yes
|
||||
nostrip=yes
|
||||
|
||||
# These files are not run or loaded on the host thus skip scanning their runtime deps
|
||||
skiprdeps="/opt/android-studio/plugins/android/resources/perfa/armeabi-v7a/libperfa.so
|
||||
/opt/android-studio/plugins/android/resources/perfa/x86/libperfa.so
|
||||
|
|
Loading…
Reference in a new issue