Skip to content

Commit

Permalink
Update android-studio.pacscript (Update into 2024.2.2.13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimed-rand authored Jan 18, 2025
1 parent c7b4ab7 commit 9f2009a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/android-studio/android-studio.pacscript
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}"
Expand Down

0 comments on commit 9f2009a

Please sign in to comment.