From af63befa64f98533592c4c6c94206a5e9720f0d1 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 30 Mar 2022 09:32:16 +0200 Subject: zoom: fix _pinned_dependencies --- zoom/PKGBUILD | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'zoom') 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' -- cgit v1.2.3-54-g00ecf