summaryrefslogtreecommitdiff
path: root/android-studio
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-06-30 11:34:56 +0200
committerErich Eckner <git@eckner.net>2022-06-30 11:34:56 +0200
commitab9a1c23dbc31f7025fa5f1c5564d43ff7baed00 (patch)
tree339931034fa12357a54fc23e75404905c6582619 /android-studio
parent1c9a248a09215b54768aae5a0c6d79df9268e6a2 (diff)
downloadarchlinuxewe-ab9a1c23dbc31f7025fa5f1c5564d43ff7baed00.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 e9e19b795..ae5af757a 100644
--- a/android-studio/PKGBUILD
+++ b/android-studio/PKGBUILD
@@ -12,7 +12,7 @@
pkgname=android-studio
pkgver=2021.1.1.21
-pkgrel=20
+pkgrel=21
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.p'
- 'sqlite=3.38.5'
+ 'sqlite=3.39.0'
'zlib=1:1.2.12'
)
depends=('alsa-lib' 'which' "${_pinned_dependencies[@]}")