diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-04-12 08:22:23 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-04-12 08:22:23 +0200 |
commit | 58a6d3c5fad64bdfb11f8ae236b1661b1c47380a (patch) | |
tree | b2f47a11fede397ce29c124938814c1e46e22fa8 /zoom | |
parent | 4453ed389b488b38d000e4c31874f8050455ebd7 (diff) | |
download | archlinuxewe-58a6d3c5fad64bdfb11f8ae236b1661b1c47380a.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 ab574385c..fe53412eb 100644 --- a/zoom/PKGBUILD +++ b/zoom/PKGBUILD @@ -5,7 +5,7 @@ pkgname=zoom pkgver=5.13.5.431 _build=${pkgver#*.*.*.} _pkgver=${pkgver%.${_build}} -pkgrel=19 +pkgrel=20 pkgdesc="Video Conferencing and Web Conferencing Service" arch=('x86_64') license=('custom') @@ -51,12 +51,12 @@ _pinned_dependencies=( 'libxcomposite=0.4.6' 'libxdamage=1.1.6' 'libxext=1.3.5' - 'libxfixes=6.0.0' + 'libxfixes=6.0.1' 'libxkbcommon.so=0' 'libxkbcommon-x11.so=0' 'libxrandr=1.5.3' 'libxtst=1.2.4' - 'mesa=23.0.1' + 'mesa=23.0.2' 'nspr=4.35' 'nss=3.89' 'xcb-util-image=0.4.1' |