diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-11-06 18:34:17 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-11-06 18:34:17 +0100 |
commit | 6d9bfd8986113d3377d4bb00825ec8edbf7a92dc (patch) | |
tree | 54f3597517b9716012ef3189b962464531dfc5ae /android-studio/PKGBUILD | |
parent | 9e941fec19b1d5c700f50d829a8f953f39758893 (diff) | |
download | archlinuxewe-6d9bfd8986113d3377d4bb00825ec8edbf7a92dc.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 8d1c79209..7f6713f64 100644 --- a/android-studio/PKGBUILD +++ b/android-studio/PKGBUILD @@ -12,7 +12,7 @@ pkgname=android-studio pkgver=2021.1.1.21 -pkgrel=31 +pkgrel=32 pkgdesc="The official Android IDE (Stable branch)" arch=('i686' 'pentium4' 'x86_64') url="https://developer.android.com/" @@ -28,6 +28,7 @@ _pinned_dependencies=( 'glibc>=2.35' 'libasound.so=2' 'libbz2.so=1.0' + 'libcrypto.so=3' 'libcrypt.so=2' 'libffi.so=8' 'libfreetype.so=6' @@ -45,7 +46,6 @@ _pinned_dependencies=( 'libxrender=0.9.11' 'libxtst=1.2.4' 'ncurses=6.3' - 'openssl=3.0.7' 'zlib=1:1.2.13' ) depends=('alsa-lib' 'which' "${_pinned_dependencies[@]}") |