Skip to content

Commit 93c09c1

Browse files
upd(android-studio): 2024.2.1.11 -> 2024.2.2.13 (#6900)
Another updates for Android Studio (Still Ladybug but with new updates). --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c28c1b4 commit 93c09c1

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

packages/android-studio/.SRCINFO

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgbase = android-studio
2-
pkgver = 2024.2.1.11
2+
pkgver = 2024.2.2.13
33
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
44
arch = amd64
55
depends = libc6-i386
@@ -11,12 +11,13 @@ pkgbase = android-studio
1111
replaces = android-studio-beta
1212
replaces = android-studio-canary
1313
maintainer = Oren Klopfer <oren@taumoda.com>
14+
maintainer = James Ed Randson <jimedrand@disroot.org>
1415
repology = project: android-studio
1516
repology = repo: aur
1617
repology = visiblename: android-studio
17-
source = @android-studio~2024.2.1.11::https://dl.google.com/dl/android/studio/ide-zips/2024.2.1.11/android-studio-2024.2.1.11-linux.tar.gz
18+
source = @android-studio~2024.2.2.13::https://dl.google.com/dl/android/studio/ide-zips/2024.2.2.13/android-studio-2024.2.2.13-linux.tar.gz
1819
source = android-studio.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/android-studio/android-studio.desktop
19-
sha256sums = 81f2fa5da72ab6f6afacca4a5327de5191e133ad02706e3ee440dc8658b8cdc3
20+
sha256sums = b7fe1ed4a7959bdaca7a8fd57461dbbf9a205eb23cc218ed828ed88e8b998cb5
2021
sha256sums = SKIP
2122

2223
pkgname = android-studio

packages/android-studio/android-studio.pacscript

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
pkgname="android-studio"
2+
pkgver="2024.2.2.13"
3+
arch=("amd64")
24
repology=("project: ${pkgname}" "repo: aur" "visiblename: ${pkgname}")
35
replaces=("${pkgname}" "${pkgname}-beta" "${pkgname}-canary")
4-
arch=("amd64")
5-
pkgver="2024.2.1.11"
6+
depends=("libc6-i386" "lib32ncurses6" "lib32stdc++6" "lib32z1" "libbz2-1.0:i386")
7+
maintainer=("Oren Klopfer <oren@taumoda.com>" "James Ed Randson <jimedrand@disroot.org>")
8+
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"
69
source=(
710
"@${pkgname}~${pkgver}::https://dl.google.com/dl/android/studio/ide-zips/${pkgver}/${pkgname}-${pkgver}-linux.tar.gz"
811
"${pkgname}.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/${pkgname}/${pkgname}.desktop"
912
)
10-
depends=("libc6-i386" "lib32ncurses6" "lib32stdc++6" "lib32z1" "libbz2-1.0:i386")
11-
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"
1213
sha256sums=(
13-
"81f2fa5da72ab6f6afacca4a5327de5191e133ad02706e3ee440dc8658b8cdc3"
14+
"b7fe1ed4a7959bdaca7a8fd57461dbbf9a205eb23cc218ed828ed88e8b998cb5"
1415
"SKIP"
1516
)
16-
maintainer=("Oren Klopfer <oren@taumoda.com>")
1717

1818
package() {
1919
cd "${pkgname}~${pkgver}"

srclist

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ pkgbase = android-studio-canary
190190
pkgname = android-studio-canary
191191
---
192192
pkgbase = android-studio
193-
pkgver = 2024.2.1.11
193+
pkgver = 2024.2.2.13
194194
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
195195
arch = amd64
196196
depends = libc6-i386
@@ -202,12 +202,13 @@ pkgbase = android-studio
202202
replaces = android-studio-beta
203203
replaces = android-studio-canary
204204
maintainer = Oren Klopfer <oren@taumoda.com>
205+
maintainer = James Ed Randson <jimedrand@disroot.org>
205206
repology = project: android-studio
206207
repology = repo: aur
207208
repology = visiblename: android-studio
208-
source = @android-studio~2024.2.1.11::https://dl.google.com/dl/android/studio/ide-zips/2024.2.1.11/android-studio-2024.2.1.11-linux.tar.gz
209+
source = @android-studio~2024.2.2.13::https://dl.google.com/dl/android/studio/ide-zips/2024.2.2.13/android-studio-2024.2.2.13-linux.tar.gz
209210
source = android-studio.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/android-studio/android-studio.desktop
210-
sha256sums = 81f2fa5da72ab6f6afacca4a5327de5191e133ad02706e3ee440dc8658b8cdc3
211+
sha256sums = b7fe1ed4a7959bdaca7a8fd57461dbbf9a205eb23cc218ed828ed88e8b998cb5
211212
sha256sums = SKIP
212213

213214
pkgname = android-studio

0 commit comments

Comments
 (0)