diff options
author | Yurii Kolesnykov | 2023-06-09 01:13:04 +0300 |
---|---|---|
committer | Yurii Kolesnykov | 2023-06-09 01:13:04 +0300 |
commit | 03d3ecbc2a3594a9cdbcc5b7b2e30447187e59fc (patch) | |
tree | a4804f0257dccddc2c0aa00d7ba9b9c816a1cd12 | |
parent | 1fefeda5ec9e87fd210cee4718c0121245fc65aa (diff) | |
download | aur-03d3ecbc2a3594a9cdbcc5b7b2e30447187e59fc.tar.gz |
Giraffe | 2022.3.1 Beta 5
Signed-off-by: Yurii Kolesnykov <root@yurikoles.com>
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 12 | ||||
-rw-r--r-- | README.md | 4 |
3 files changed, 11 insertions, 11 deletions
@@ -1,6 +1,6 @@ pkgbase = android-studio-beta pkgdesc = The Official Android IDE (Beta branch) - pkgver = 2022.3.1.15 + pkgver = 2022.3.1.16 pkgrel = 1 url = https://developer.android.com/studio/preview arch = i686 @@ -37,10 +37,10 @@ pkgbase = android-studio-beta optdepends = xorg-setxkbmap: emulator support optdepends = ncurses5-compat-libs: native gdb support options = !strip - source = https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2022.3.1.15/android-studio-2022.3.1.15-linux.tar.gz + source = https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2022.3.1.16/android-studio-2022.3.1.16-linux.tar.gz source = android-studio-beta.desktop source = license.html - sha256sums = c231b95dc0a195c3be9a1b2be92fe29b82eab9ca75f9cbdf684d51bd3aadfec3 + sha256sums = 0fe1e86b9d1fcefb4ed3fe83b04c661920f37200c84f6060f87bc8ea60a57b5e sha256sums = c4a15624eb258acbe119567b044f4a54be4ebb41f05e6f6cb4d941d130dc714f sha256sums = 6c4ae36e7e336f833de7d6151a4e1bb1d0133affeba9cef86f1190e0637128d1 @@ -1,12 +1,16 @@ # Maintainer: Yurii Kolesnykov <root@yurikoles.com> -# Based on aur/android-studio: Kordian Bruck <k@bruck.me> -# Based on aur/android-studio-canary: tilal6991 <lalitmaganti@gmail.com>, vanpra <pranavmaganti@gmail.com> +# Based on aur/android-studio by Kordian Bruck <k@bruck.me> +# Based on aur/android-studio-canary by tilal6991 <lalitmaganti@gmail.com>, vanpra <pranavmaganti@gmail.com> # Contributor: Tad Fisher <tadfisher at gmail dot com> +# +# PRs are welcome here: https://github.com/yurikoles-aur/android-studio-beta +# SHA-256 Checksums and binary links can be found here: https://developer.android.com/studio/archive +# PKGEXT='.pkg.tar' _pkgname=android-studio pkgname="${_pkgname}-beta" -pkgver=2022.3.1.15 +pkgver=2022.3.1.16 pkgrel=1 pkgdesc='The Official Android IDE (Beta branch)' arch=('i686' 'x86_64') @@ -49,7 +53,7 @@ options=('!strip') source=("https://redirector.gvt1.com/edgedl/android/studio/ide-zips/${pkgver}/${_pkgname}-${pkgver}-linux.tar.gz" "${pkgname}.desktop" "license.html") -sha256sums=('c231b95dc0a195c3be9a1b2be92fe29b82eab9ca75f9cbdf684d51bd3aadfec3' +sha256sums=('0fe1e86b9d1fcefb4ed3fe83b04c661920f37200c84f6060f87bc8ea60a57b5e' 'c4a15624eb258acbe119567b044f4a54be4ebb41f05e6f6cb4d941d130dc714f' '6c4ae36e7e336f833de7d6151a4e1bb1d0133affeba9cef86f1190e0637128d1') diff --git a/README.md b/README.md deleted file mode 100644 index 9426c137fda5..000000000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# android-studio-beta -Package for Arch AUR https://aur.archlinux.org/packages/android-studio-beta/ - -SHA-256 Checksums and binary links can be found here: https://developer.android.com/studio/archive |