diff options
Diffstat (limited to 'zoom/PKGBUILD')
-rw-r--r-- | zoom/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zoom/PKGBUILD b/zoom/PKGBUILD index 8a184192f..d9d5300f4 100644 --- a/zoom/PKGBUILD +++ b/zoom/PKGBUILD @@ -5,7 +5,7 @@ pkgname=zoom pkgver=5.10.0.2450 _build=${pkgver#*.*.*.} _pkgver=${pkgver%.${_build}} -pkgrel=2 +pkgrel=3 pkgdesc="Video Conferencing and Web Conferencing Service" arch=('x86_64') license=('custom') @@ -53,7 +53,7 @@ _pinned_dependencies=( 'libxtst=1.2.3' 'mesa=22.0.0' 'nspr=4.33' - 'nss=3.76' + 'nss=3.76.1' 'wayland=1.20.0' 'xcb-util-image=0.4.0' 'xcb-util-keysyms=0.4.0' |