diff options
-rw-r--r-- | zoom/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zoom/PKGBUILD b/zoom/PKGBUILD index da2d283a7..8e325ebe5 100644 --- a/zoom/PKGBUILD +++ b/zoom/PKGBUILD @@ -5,7 +5,7 @@ pkgname=zoom pkgver=5.10.3.2778 _build=${pkgver#*.*.*.} _pkgver=${pkgver%.${_build}} -pkgrel=11 +pkgrel=12 pkgdesc="Video Conferencing and Web Conferencing Service" arch=('x86_64') license=('custom') @@ -44,7 +44,7 @@ _pinned_dependencies=( 'libwayland-egl.so=1' 'libwayland-server.so=0' 'libx11=1.8' - 'libxcb=1.14' + 'libxcb=1.15' 'libxcomposite=0.4.5' 'libxdamage=1.1.5' 'libxext=1.3.4' |