diff options
Diffstat (limited to 'zoom')
-rw-r--r-- | zoom/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zoom/PKGBUILD b/zoom/PKGBUILD index a2bd4e460..f73731f96 100644 --- a/zoom/PKGBUILD +++ b/zoom/PKGBUILD @@ -4,13 +4,13 @@ pkgname=zoom pkgver=6.0.2 _subver=4680 -pkgrel=33 +pkgrel=34 pkgdesc="Video Conferencing and Web Conferencing Service" arch=('x86_64') license=('LicenseRef-zoom') url="https://zoom.us/" _pinned_dependencies=( - 'gcc-libs=14.2.1+r26+g14fa2b2ae7f' + 'gcc-libs=14.2.1+r32+geccf707e5ce' 'glibc>=2.35' 'libasound.so=2' 'libatk-1.0.so=0' @@ -58,7 +58,7 @@ _pinned_dependencies=( 'libz.so=1' 'mesa=1:24.1.5' 'nspr=4.35' - 'nss=3.102' + 'nss=3.103' 'xcb-util-image=0.4.1' 'xcb-util-keysyms=0.4.1' ) |