summaryrefslogtreecommitdiff
path: root/android-studio
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2022-08-17 21:34:12 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2022-08-17 21:34:12 +0200
commitf2ce9014ca28bd8ab33e88651d8c47b4d9dbbf5c (patch)
tree9b3b94ee088dc1e3052136d47a99fe399fb8e1bd /android-studio
parent0403e548a23d7f8f21ba2e66307ecfcbcb60a6b5 (diff)
downloadarchlinuxewe-f2ce9014ca28bd8ab33e88651d8c47b4d9dbbf5c.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 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[@]}")