From e1c8dd32e2c345ee64bdf725d93c522dc412f891 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 2 Jul 2023 13:21:54 +0200 Subject: zoom: fix _pinned_dependencies --- zoom/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zoom/PKGBUILD b/zoom/PKGBUILD index 06044473f..3e34be5eb 100644 --- a/zoom/PKGBUILD +++ b/zoom/PKGBUILD @@ -56,12 +56,12 @@ _pinned_dependencies=( 'libxkbcommon-x11.so=0' 'libxrandr=1.5.3' 'libxtst=1.2.4' + 'libz.so=1' 'mesa=23.1.3' 'nspr=4.35' 'nss=3.91' 'xcb-util-image=0.4.1' 'xcb-util-keysyms=0.4.1' - 'zlib=1:1.2.13' ) depends=('fontconfig' 'glib2' 'libpulse' 'libsm' 'ttf-font' 'libx11' 'libxtst' 'libxcb' 'libxcomposite' 'libxfixes' 'libxi' 'libxcursor' 'libxkbcommon-x11' 'libxrandr' -- cgit v1.2.3-54-g00ecf