diff options
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 355a7f11b..fa412d942 100644 --- a/android-studio/PKGBUILD +++ b/android-studio/PKGBUILD @@ -12,7 +12,7 @@ pkgname=android-studio pkgver=2021.1.1.21 -pkgrel=60 +pkgrel=61 pkgdesc="The official Android IDE (Stable branch)" arch=('i686' 'pentium4' 'x86_64') url="https://developer.android.com/" @@ -43,7 +43,7 @@ _pinned_dependencies=( 'libssl.so=3' 'libx11=1.8.10' 'libxext=1.3.6' - 'libxi=1.8.1' + 'libxi=1.8.2' 'libxml2.so=2' 'libxrender=0.9.11' 'libxtst=1.2.5' |