diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-15 14:13:46 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-15 14:55:00 +0200 |
commit | 62b5737c96709165bfe2354f1a66ccadc7d77c28 (patch) | |
tree | d79ea6a52fee93eec3e6809e1eca19663d31d580 /zoom/PKGBUILD | |
parent | 00c0a70257ba2a6fa920c58cec299d7514903ed9 (diff) | |
download | archlinuxewe-62b5737c96709165bfe2354f1a66ccadc7d77c28.tar.xz |
zoom: fix dependencies
Diffstat (limited to 'zoom/PKGBUILD')
-rw-r--r-- | zoom/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zoom/PKGBUILD b/zoom/PKGBUILD index 390a03aec..1755861d6 100644 --- a/zoom/PKGBUILD +++ b/zoom/PKGBUILD @@ -4,7 +4,7 @@ pkgname=zoom pkgver=6.0.2 _subver=4680 -pkgrel=25 +pkgrel=26 pkgdesc="Video Conferencing and Web Conferencing Service" arch=('x86_64') license=('LicenseRef-zoom') @@ -64,7 +64,7 @@ _pinned_dependencies=( ) depends=('fontconfig' 'glib2' 'libpulse' 'libsm' 'ttf-font' 'libx11' 'libxtst' 'libxcb' 'libxcomposite' 'libxfixes' 'libxi' 'libxcursor' 'libxkbcommon-x11' 'libxrandr' - 'libxrender' 'libxshmfence' 'libxslt' 'mesa' 'nss' 'xcb-util-image' + 'libxrender' 'libxshmfence' 'libxslt' 'xcb-util-keysyms' 'dbus' "${_pinned_dependencies[@]}") optdepends=('pulseaudio-alsa: audio via PulseAudio' 'qt5-webengine: SSO login support' |