diff options
author | Erich Eckner <git@eckner.net> | 2024-05-10 08:54:58 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2024-05-10 08:54:58 +0200 |
commit | 30ba5711ad37521c38ae620a423f4855c9df32bc (patch) | |
tree | 7dc2fcd70f2d301cbac4bdd2b54063f89df1b57a /zoom | |
parent | fcba2aa5c5bcb962a78a31d473d37794b5af9e1e (diff) | |
download | archlinuxewe-30ba5711ad37521c38ae620a423f4855c9df32bc.tar.xz |
zoom: rebuild
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 385182ef1..0008cd30c 100644 --- a/zoom/PKGBUILD +++ b/zoom/PKGBUILD @@ -4,13 +4,13 @@ pkgname=zoom pkgver=6.0.2 _subver=4680 -pkgrel=1 +pkgrel=2 pkgdesc="Video Conferencing and Web Conferencing Service" arch=('x86_64') license=('LicenseRef-zoom') url="https://zoom.us/" _pinned_dependencies=( - 'gcc-libs=13.2.1' + 'gcc-libs=14.1.1+r1+g43b730b9134' 'glibc>=2.35' 'libasound.so=2' 'libatk-1.0.so=0' @@ -58,7 +58,7 @@ _pinned_dependencies=( 'libz.so=1' 'mesa=1:24.0.6' 'nspr=4.35' - 'nss=3.99' + 'nss=3.100' 'xcb-util-image=0.4.1' 'xcb-util-keysyms=0.4.1' ) |