summaryrefslogtreecommitdiff
path: root/android-studio
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2022-10-17 20:51:11 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2022-10-17 20:51:11 +0200
commit33ded6077f174eb724d4065f782976f02a303a11 (patch)
treecefb56ab9a53c6cd4f256369bff708e567924919 /android-studio
parentc34228084a23e32d1a1ba1ef578770ac56fadd4b (diff)
downloadarchlinuxewe-33ded6077f174eb724d4065f782976f02a303a11.tar.xz
android-studio: rebuild
Diffstat (limited to 'android-studio')
-rw-r--r--android-studio/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/android-studio/PKGBUILD b/android-studio/PKGBUILD
index e39c0fcf8..376fc4499 100644
--- a/android-studio/PKGBUILD
+++ b/android-studio/PKGBUILD
@@ -12,7 +12,7 @@
pkgname=android-studio
pkgver=2021.1.1.21
-pkgrel=28
+pkgrel=29
pkgdesc="The official Android IDE (Stable branch)"
arch=('i686' 'pentium4' 'x86_64')
url="https://developer.android.com/"
@@ -46,7 +46,7 @@ _pinned_dependencies=(
'ncurses=6.3'
'openssl=1.1.1.q'
'sqlite=3.39.4'
- 'zlib=1:1.2.12'
+ 'zlib=1:1.2.13'
)
depends=('alsa-lib' 'which' "${_pinned_dependencies[@]}")
depends_i686=("${_pinned_dependencies_i686[@]}")