android-studio: auto updated to 2024.2.1.12-1
This commit is contained in:
parent
02766f084b
commit
c9966718be
|
@ -10,7 +10,7 @@
|
|||
# Maintainer: Kordian Bruck <k@bruck.me>
|
||||
|
||||
pkgname=android-studio
|
||||
pkgver=2024.1.1.11
|
||||
pkgver=2024.2.1.12
|
||||
pkgrel=1
|
||||
pkgdesc="The official Android IDE (Stable branch)"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -25,7 +25,7 @@ options=('!strip')
|
|||
source=("https://dl.google.com/dl/android/studio/ide-zips/$pkgver/android-studio-$pkgver-linux.tar.gz"
|
||||
"$pkgname.desktop"
|
||||
"license.html")
|
||||
sha256sums=('d8fa8ecfe415b44513350901501e2a0f429ca033cf1805054b1c816c4a704565'
|
||||
sha256sums=('4df51ac7d73e45203383418a537c9562c58bef6ab80d4074cd98acb387e5caa6'
|
||||
'73cd2dde1d0f99aaba5baad1e2b91c834edd5db3c817f6fb78868d102360d3c4'
|
||||
'9a7563f7fb88c9a83df6cee9731660dc73a039ab594747e9e774916275b2e23e')
|
||||
|
||||
|
@ -39,7 +39,7 @@ package() {
|
|||
# Install the application
|
||||
install -d $pkgdir/{opt/$pkgname,usr/bin}
|
||||
cp -a bin lib jbr plugins license LICENSE.txt build.txt product-info.json $pkgdir/opt/$pkgname
|
||||
ln -s /opt/android-studio/bin/studio.sh $pkgdir/usr/bin/$pkgname
|
||||
ln -s /opt/android-studio/bin/studio $pkgdir/usr/bin/$pkgname
|
||||
|
||||
# Copy licenses
|
||||
install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
|
||||
|
|
Loading…
Reference in a new issue