diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-08-17 21:34:12 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-08-17 21:34:12 +0200 |
commit | f2ce9014ca28bd8ab33e88651d8c47b4d9dbbf5c (patch) | |
tree | 9b3b94ee088dc1e3052136d47a99fe399fb8e1bd /android-studio/PKGBUILD | |
parent | 0403e548a23d7f8f21ba2e66307ecfcbcb60a6b5 (diff) | |
download | archlinuxewe-f2ce9014ca28bd8ab33e88651d8c47b4d9dbbf5c.tar.xz |
android-studio: rebuild
Diffstat (limited to 'android-studio/PKGBUILD')
-rw-r--r-- | android-studio/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android-studio/PKGBUILD b/android-studio/PKGBUILD index 09366fe7e..0fd34930e 100644 --- a/android-studio/PKGBUILD +++ b/android-studio/PKGBUILD @@ -12,7 +12,7 @@ pkgname=android-studio pkgver=2021.1.1.21 -pkgrel=24 +pkgrel=25 pkgdesc="The official Android IDE (Stable branch)" arch=('i686' 'pentium4' 'x86_64') url="https://developer.android.com/" @@ -45,7 +45,7 @@ _pinned_dependencies=( 'libxtst=1.2.3' 'ncurses=6.3' 'openssl=1.1.1.q' - 'sqlite=3.39.1' + 'sqlite=3.39.2' 'zlib=1:1.2.12' ) depends=('alsa-lib' 'which' "${_pinned_dependencies[@]}") |