diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-10-09 09:33:35 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-10-09 09:33:35 +0200 |
commit | 9f4b38a3fd215fbb838d0af3851fe6ee92abc71b (patch) | |
tree | 8924ff376a377e9324d9b9550ed4df41efa69d7f /zoom | |
parent | 8e21cb74ea8805360b84c84e024a9473c1476567 (diff) | |
download | archlinuxewe-9f4b38a3fd215fbb838d0af3851fe6ee92abc71b.tar.xz |
zoom: rebuild
Diffstat (limited to 'zoom')
-rw-r--r-- | zoom/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/zoom/PKGBUILD b/zoom/PKGBUILD index df7f95f4b..9f2c5b603 100644 --- a/zoom/PKGBUILD +++ b/zoom/PKGBUILD @@ -5,7 +5,7 @@ pkgname=zoom pkgver=5.14.7.2928 _build=${pkgver#*.*.*.} _pkgver=${pkgver%.${_build}} -pkgrel=31 +pkgrel=32 pkgdesc="Video Conferencing and Web Conferencing Service" arch=('x86_64') license=('custom') @@ -46,7 +46,7 @@ _pinned_dependencies=( 'libwayland-client.so=0' 'libwayland-cursor.so=0' 'libwayland-egl.so=1' - 'libx11=1.8.7' + 'libx11=1.8.6' 'libxcb=1.16' 'libxcomposite=0.4.6' 'libxdamage=1.1.6' @@ -54,12 +54,12 @@ _pinned_dependencies=( 'libxfixes=6.0.1' 'libxkbcommon.so=0' 'libxkbcommon-x11.so=0' - 'libxrandr=1.5.4' + 'libxrandr=1.5.3' 'libxtst=1.2.4' 'libz.so=1' - 'mesa=1:23.2.1' + 'mesa=1:23.1.8' 'nspr=4.35' - 'nss=3.94' + 'nss=3.93' 'xcb-util-image=0.4.1' 'xcb-util-keysyms=0.4.1' ) |