Skip to content
Merged
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
6 changes: 3 additions & 3 deletions packages/android-studio/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgbase = android-studio
pkgver = 2025.1.2.12
pkgver = 2025.3.2.6-panda2
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
arch = amd64
depends = libc6-i386
Expand All @@ -15,9 +15,9 @@ pkgbase = android-studio
repology = project: android-studio
repology = repo: aur
repology = visiblename: android-studio
source = @android-studio~2025.1.2.12::https://dl.google.com/dl/android/studio/ide-zips/2025.1.2.12/android-studio-2025.1.2.12-linux.tar.gz
source = @android-studio~2025.3.2.6-panda2::https://dl.google.com/dl/android/studio/ide-zips/2025.3.2.6/android-studio-panda2-linux.tar.gz
source = android-studio.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/android-studio/android-studio.desktop
sha256sums = 7cb8c26c1f56c2bc7bb226104e6b56bdc7bef137584de6becba1d3b524d85806
sha256sums = 32942d8cd7688192cf3cd07bf282fb120035b9bd9b56e6f13c5540e6d39807e9
sha256sums = SKIP

pkgname = android-studio
6 changes: 3 additions & 3 deletions packages/android-studio/android-studio.pacscript
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
pkgname="android-studio"
pkgver="2025.1.2.12"
pkgver="2025.3.2.6-panda2"
arch=("amd64")
repology=("project: ${pkgname}" "repo: aur" "visiblename: ${pkgname}")
replaces=("${pkgname}" "${pkgname}-beta" "${pkgname}-canary")
depends=("libc6-i386" "lib32ncurses6" "lib32stdc++6" "lib32z1" "libbz2-1.0:i386")
maintainer=("Oren Klopfer <oren@taumoda.com>" "James Ed Randson <jimedrand@disroot.org>")
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}~${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"
)
sha256sums=(
"7cb8c26c1f56c2bc7bb226104e6b56bdc7bef137584de6becba1d3b524d85806"
"32942d8cd7688192cf3cd07bf282fb120035b9bd9b56e6f13c5540e6d39807e9"
"SKIP"
)

Expand Down
6 changes: 3 additions & 3 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ pkgbase = android-studio-canary
pkgname = android-studio-canary
---
pkgbase = android-studio
pkgver = 2025.1.2.12
pkgver = 2025.3.2.6-panda2
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
arch = amd64
depends = libc6-i386
Expand All @@ -231,9 +231,9 @@ pkgbase = android-studio
repology = project: android-studio
repology = repo: aur
repology = visiblename: android-studio
source = @android-studio~2025.1.2.12::https://dl.google.com/dl/android/studio/ide-zips/2025.1.2.12/android-studio-2025.1.2.12-linux.tar.gz
source = @android-studio~2025.3.2.6-panda2::https://dl.google.com/dl/android/studio/ide-zips/2025.3.2.6/android-studio-panda2-linux.tar.gz
source = android-studio.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/android-studio/android-studio.desktop
sha256sums = 7cb8c26c1f56c2bc7bb226104e6b56bdc7bef137584de6becba1d3b524d85806
sha256sums = 32942d8cd7688192cf3cd07bf282fb120035b9bd9b56e6f13c5540e6d39807e9
sha256sums = SKIP

pkgname = android-studio
Expand Down
Loading