diff options
Diffstat (limited to 'development/android-studio')
-rw-r--r-- | development/android-studio/README | 10 | ||||
-rw-r--r-- | development/android-studio/android-studio.SlackBuild | 2 | ||||
-rw-r--r-- | development/android-studio/android-studio.info | 10 |
3 files changed, 16 insertions, 6 deletions
diff --git a/development/android-studio/README b/development/android-studio/README index 22c928acd0..77f9299518 100644 --- a/development/android-studio/README +++ b/development/android-studio/README @@ -17,3 +17,13 @@ NOTE: This package used to require JDK, but now android-studio seems to be shipping one. + +NOTE2: + +Android-Studio is a rare example of a "multilib-required" build. +From the website: +https://developer.android.com/studio/install#64bit-libs + +Namely, it needs: + libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386 + diff --git a/development/android-studio/android-studio.SlackBuild b/development/android-studio/android-studio.SlackBuild index 7fa6c31f04..256597d74a 100644 --- a/development/android-studio/android-studio.SlackBuild +++ b/development/android-studio/android-studio.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=android-studio -VERSION=${VERSION:-2024.2.2.15} +VERSION=${VERSION:-2024.3.2.15} BUILD=${BUILD:-1} ARCH=${ARCH:-$(uname -m)} TAG=${TAG:-_SBo} diff --git a/development/android-studio/android-studio.info b/development/android-studio/android-studio.info index 15af2e7edf..5d986fcc2e 100644 --- a/development/android-studio/android-studio.info +++ b/development/android-studio/android-studio.info @@ -1,10 +1,10 @@ PRGNAM="android-studio" -VERSION="2024.2.2.15" +VERSION="2024.3.2.15" HOMEPAGE="https://developer.android.com/studio" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://dl.google.com/dl/android/studio/ide-zips/2024.2.2.15/android-studio-2024.2.2.15-linux.tar.gz" -MD5SUM_x86_64="e8fc7209314881980b9abd43e5569388" -REQUIRES="" +DOWNLOAD_x86_64="https://dl.google.com/dl/android/studio/ide-zips/2024.3.2.15/android-studio-2024.3.2.15-linux.tar.gz" +MD5SUM_x86_64="6d6583fe9eb2d38fc5733820958803f8" +REQUIRES="libbsd" MAINTAINER="Lockywolf" -EMAIL="sukma.wardana@mail.com" +EMAIL="for_sbo.android-studio_2025-06-18@lockywolf.net" |