diff options
author | Erich Eckner <git@eckner.net> | 2022-03-30 09:32:16 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-03-30 09:32:16 +0200 |
commit | af63befa64f98533592c4c6c94206a5e9720f0d1 (patch) | |
tree | 17d52c9761268676d59c437272d9c316ef86b0cc /zoom | |
parent | 6a6e58e0ee4efdfa3bb29777dc6a985ba533dd03 (diff) | |
download | archlinuxewe-af63befa64f98533592c4c6c94206a5e9720f0d1.tar.xz |
zoom: fix _pinned_dependencies
Diffstat (limited to 'zoom')
-rw-r--r-- | zoom/PKGBUILD | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/zoom/PKGBUILD b/zoom/PKGBUILD index 673ca1bd1..8a184192f 100644 --- a/zoom/PKGBUILD +++ b/zoom/PKGBUILD @@ -5,19 +5,23 @@ pkgname=zoom pkgver=5.10.0.2450 _build=${pkgver#*.*.*.} _pkgver=${pkgver%.${_build}} -pkgrel=1 +pkgrel=2 pkgdesc="Video Conferencing and Web Conferencing Service" arch=('x86_64') license=('custom') url="https://zoom.us/" _pinned_dependencies=( + 'at-spi2-atk=2.38.0' + 'at-spi2-core=2.44.0' 'cairo=1.17.6' 'gcc-libs=11.2.0' 'glibc>=2.33' 'libasound.so=2' 'libatk-1.0.so=0' + 'libcups=1:2.4.1' 'libdbus-1.so=3' 'libdrm=2.4.110' + 'libexpat.so=1' 'libfontconfig.so=1' 'libfreetype.so=6' 'libgdk-3.so=0' @@ -38,12 +42,18 @@ _pinned_dependencies=( 'libx11=1.7.3.1' 'libxcb=1.14' 'libxcomposite=0.4.5' + 'libxdamage=1.1.5' 'libxext=1.3.4' 'libxfixes=6.0.0' 'libxkbcommon.so=0' 'libxkbcommon-x11.so=0' + 'libxrandr=1.5.2' 'libxrender=0.9.10' + 'libxshmfence=1.3' 'libxtst=1.2.3' + 'mesa=22.0.0' + 'nspr=4.33' + 'nss=3.76' 'wayland=1.20.0' 'xcb-util-image=0.4.0' 'xcb-util-keysyms=0.4.0' |