Created
October 4, 2019 23:43
-
-
Save Valinwolf/0e16c9bd4d02cac69593c610cd636f24 to your computer and use it in GitHub Desktop.
AUR android-studio diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/PKGBUILD b/PKGBUILD | |
index 463c394..3742f81 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -8,9 +8,9 @@ | |
# Maintainer: Kordian Bruck <[email protected]> | |
pkgname=android-studio | |
-pkgver=3.5.0.21 | |
+pkgver=3.5.1.0 | |
pkgrel=2 | |
-_build=191.5791312 | |
+_build=191.5900203 | |
pkgdesc="The official Android IDE (Stable branch)" | |
arch=('i686' 'x86_64') | |
url="https://developer.android.com/" | |
@@ -22,7 +22,7 @@ optdepends=('gtk2: GTK+ look and feel' | |
options=('!strip') | |
source=("https://dl.google.com/dl/android/studio/ide-zips/$pkgver/android-studio-ide-$_build-linux.tar.gz" | |
"$pkgname.desktop") | |
-sha256sums=('5794fd6edca6e4daa31f5ed710670d0b425534549a6c4aa2e3e9753ae116736f' | |
+sha256sums=('94fc392a148480a67299d83c1faaabc56db27188194748433534cf8b5ca4dd29' | |
'73cd2dde1d0f99aaba5baad1e2b91c834edd5db3c817f6fb78868d102360d3c4') | |
if [ "$CARCH" = "i686" ]; then |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment