summaryrefslogtreecommitdiff
path: root/android-studio
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2022-10-17 21:21:50 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2022-10-17 21:21:50 +0200
commit675d113499706e8f9489611995251aeb510cda92 (patch)
tree556ce02cbed45ac86316b4164fc1d52103139555 /android-studio
parentbe7d610c4b8458a1e83a5511a38e29d7251abca4 (diff)
downloadarchlinuxewe-675d113499706e8f9489611995251aeb510cda92.tar.xz
fix _pinned_dependencies
Diffstat (limited to 'android-studio')
-rw-r--r--android-studio/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-studio/PKGBUILD b/android-studio/PKGBUILD
index 376fc4499..5a71533a9 100644
--- a/android-studio/PKGBUILD
+++ b/android-studio/PKGBUILD
@@ -37,6 +37,7 @@ _pinned_dependencies=(
'libglib-2.0.so=0'
'libgobject-2.0.so=0'
'libreadline.so=8'
+ 'libsqlite3.so=0'
'libx11=1.8.1'
'libxext=1.3.4'
'libxi=1.8'
@@ -45,7 +46,6 @@ _pinned_dependencies=(
'libxtst=1.2.4'
'ncurses=6.3'
'openssl=1.1.1.q'
- 'sqlite=3.39.4'
'zlib=1:1.2.13'
)
depends=('alsa-lib' 'which' "${_pinned_dependencies[@]}")