Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -2595,9 +2595,14 @@ libopenshot-audio.so.8 libopenshot-audio-0.2.2_1
libopenshot.so.21 libopenshot-0.2.7_1
libpqxx-6.3.so libpqxx-6.3.3_1
libndpi.so.3 ndpi-3.4_1
liblog.so android-studio-3.0.1_1
libm.so android-studio-3.0.1_1
libdl.so android-studio-3.0.1_1
liblog.so android-studio-2021.3.1.17_1
libm.so android-studio-2021.3.1.17_1
libdl.so android-studio-2021.3.1.17_1
libpanelw.so.5 android-studio-2021.3.1.17_1
libncursesw.so.5 android-studio-2021.3.1.17_1
libtinfo.so.5 android-studio-2021.3.1.17_1
libandroid.so android-studio-2021.3.1.17_1
libmediandk.so android-studio-2021.3.1.17_1
libKF5WidgetsAddons.so.5 kwidgetsaddons-5.26.0_1
libsearpc.so.1 libsearpc-3.0.7_1
libseafile.so.0 seafile-libclient-7.0.10_2
Expand Down
10 changes: 3 additions & 7 deletions srcpkgs/android-studio/template
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# Template file for 'android-studio'
pkgname=android-studio
version=4.1.3
version=2021.3.1.17
revision=1
# _studio_build and _studio_rev are for downloading the zip from dl.google.com
# https://developer.android.com/studio/#resources as of 2018-07-12
_studio_build=201.7199119
_studio_rev=0
archs="x86_64 i686"
hostmakedepends="tar"
depends="virtual?libGL"
Expand All @@ -14,8 +10,8 @@ maintainer="Jordyn Carattini <onlinecloud1@gmail.com>"
license="Apache-2.0"
homepage="http://tools.android.com"
# changelog="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.tar.gz"
checksum=f599749ca47cda06d392e2764017c8a8a0c7b963a6a88ed494b432bece7cbc1b
distfiles="https://dl.google.com/dl/android/studio/ide-zips/${version}/android-studio-${version}-linux.tar.gz"
checksum=89adb0ce0ffa46b7894e7bfedb142b1f5d52c43c171e6a6cb9a95a49f77756ca
repository=nonfree
restricted=yes
python_version=2
Expand Down