diff options
-rw-r--r-- | zoom/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/zoom/PKGBUILD b/zoom/PKGBUILD index 27e2ea123..25c046983 100644 --- a/zoom/PKGBUILD +++ b/zoom/PKGBUILD @@ -4,13 +4,13 @@ pkgname=zoom pkgver=6.0.2 _subver=4680 -pkgrel=29 +pkgrel=30 pkgdesc="Video Conferencing and Web Conferencing Service" arch=('x86_64') license=('LicenseRef-zoom') url="https://zoom.us/" _pinned_dependencies=( - 'gcc-libs=14.1.1+r309+gbb34b7eda1f' + 'gcc-libs=14.2.1+r26+g14fa2b2ae7f' 'glibc>=2.35' 'libasound.so=2' 'libatk-1.0.so=0' @@ -54,9 +54,9 @@ _pinned_dependencies=( 'libxkbcommon.so=0' 'libxkbcommon-x11.so=0' 'libxrandr=1.5.4' - 'libxtst=1.2.4' + 'libxtst=1.2.5' 'libz.so=1' - 'mesa=1:24.1.4' + 'mesa=1:24.1.5' 'nspr=4.35' 'nss=3.102.1' 'xcb-util-image=0.4.1' |