diff options
-rw-r--r-- | zoom/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zoom/PKGBUILD b/zoom/PKGBUILD index bff2889ea..5fe3ad329 100644 --- a/zoom/PKGBUILD +++ b/zoom/PKGBUILD @@ -5,7 +5,7 @@ pkgname=zoom pkgver=5.10.4.2845 _build=${pkgver#*.*.*.} _pkgver=${pkgver%.${_build}} -pkgrel=6 +pkgrel=7 pkgdesc="Video Conferencing and Web Conferencing Service" arch=('x86_64') license=('custom') @@ -17,7 +17,7 @@ _pinned_dependencies=( 'gcc-libs=12.1.0' 'glibc>=2.35' 'libatk-1.0.so=0' - 'libcups=1:2.4.1' + 'libcups=1:2.4.2' 'libdbus-1.so=3' 'libdrm=2.4.110' 'libexpat.so=1' |