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 b09674c51..342deea59 100644 --- a/zoom/PKGBUILD +++ b/zoom/PKGBUILD @@ -5,7 +5,7 @@ pkgname=zoom pkgver=5.10.3.2778 _build=${pkgver#*.*.*.} _pkgver=${pkgver%.${_build}} -pkgrel=4 +pkgrel=5 pkgdesc="Video Conferencing and Web Conferencing Service" arch=('x86_64') license=('custom') @@ -55,7 +55,7 @@ _pinned_dependencies=( 'libxrender=0.9.10' 'libxshmfence=1.3' 'libxtst=1.2.3' - 'mesa=22.0.1' + 'mesa=22.0.2' 'nspr=4.33' 'nss=3.77' 'xcb-util-image=0.4.0' |