diff options
Diffstat (limited to 'zoom/PKGBUILD')
-rw-r--r-- | zoom/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zoom/PKGBUILD b/zoom/PKGBUILD index a1f4ca197..d0e5f72a8 100644 --- a/zoom/PKGBUILD +++ b/zoom/PKGBUILD @@ -5,14 +5,14 @@ pkgname=zoom pkgver=5.10.4.2845 _build=${pkgver#*.*.*.} _pkgver=${pkgver%.${_build}} -pkgrel=22 +pkgrel=23 pkgdesc="Video Conferencing and Web Conferencing Service" arch=('x86_64') license=('custom') url="https://zoom.us/" _pinned_dependencies=( 'at-spi2-atk=2.38.0' - 'at-spi2-core=2.44.1' + 'at-spi2-core=2.46.0' 'cairo=1.17.6' 'gcc-libs=12.2.0' 'glibc>=2.35' @@ -55,7 +55,7 @@ _pinned_dependencies=( 'libxrandr=1.5.2' 'libxrender=0.9.10' 'libxshmfence=1.3' - 'libxtst=1.2.3' + 'libxtst=1.2.4' 'mesa=22.1.7' 'nspr=4.35' 'nss=3.83' |