-
-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update android-studio.pacscript (Update into 2024.2.2.13)
- Loading branch information
1 parent
c7b4ab7
commit 9f2009a
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
pkgname="android-studio" | ||
pkgver="2024.2.2.13" | ||
arch=("amd64") | ||
repology=("project: ${pkgname}" "repo: aur" "visiblename: ${pkgname}") | ||
replaces=("${pkgname}" "${pkgname}-beta" "${pkgname}-canary") | ||
arch=("amd64") | ||
pkgver="2024.2.1.11" | ||
depends=("libc6-i386" "lib32ncurses6" "lib32stdc++6" "lib32z1" "libbz2-1.0:i386") | ||
maintainer=("Oren Klopfer <[email protected]>" "James Ed Randson <[email protected]>") | ||
pkgdesc="Android Studio is the official integrated development environment (IDE) for Google's Android operating system, built on JetBrains' IntelliJ IDEA software and designed specifically for Android development" | ||
source=( | ||
"@${pkgname}~${pkgver}::https://dl.google.com/dl/android/studio/ide-zips/${pkgver}/${pkgname}-${pkgver}-linux.tar.gz" | ||
"${pkgname}.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/${pkgname}/${pkgname}.desktop" | ||
) | ||
depends=("libc6-i386" "lib32ncurses6" "lib32stdc++6" "lib32z1" "libbz2-1.0:i386") | ||
pkgdesc="Android Studio is the official integrated development environment (IDE) for Google's Android operating system, built on JetBrains' IntelliJ IDEA software and designed specifically for Android development" | ||
sha256sums=( | ||
"81f2fa5da72ab6f6afacca4a5327de5191e133ad02706e3ee440dc8658b8cdc3" | ||
"b7fe1ed4a7959bdaca7a8fd57461dbbf9a205eb23cc218ed828ed88e8b998cb5" | ||
"SKIP" | ||
) | ||
maintainer=("Oren Klopfer <[email protected]>") | ||
|
||
package() { | ||
cd "${pkgname}~${pkgver}" | ||
|