diff options
-rw-r--r-- | zoom/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zoom/PKGBUILD b/zoom/PKGBUILD index 7e8477874..b5c6c443a 100644 --- a/zoom/PKGBUILD +++ b/zoom/PKGBUILD @@ -5,7 +5,7 @@ pkgname=zoom pkgver=5.14.7.2928 _build=${pkgver#*.*.*.} _pkgver=${pkgver%.${_build}} -pkgrel=7 +pkgrel=8 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.5' + 'libx11=1.8.6' 'libxcb=1.15' 'libxcomposite=0.4.6' 'libxdamage=1.1.6' |