diff options
author | Erich Eckner <git@eckner.net> | 2024-02-05 08:37:44 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2024-02-05 08:37:44 +0100 |
commit | 3fe06f469d3439292fbdabf228e4e0ecc562a8cf (patch) | |
tree | ace14357a9ba874951e176acea9492d76edb19bd /zoom | |
parent | a30c51c336218f5a5e70da9879ce9287e1447ead (diff) | |
download | archlinuxewe-3fe06f469d3439292fbdabf228e4e0ecc562a8cf.tar.xz |
zoom: rebuild
Diffstat (limited to 'zoom')
-rw-r--r-- | zoom/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zoom/PKGBUILD b/zoom/PKGBUILD index 0b52f40e7..4df530d56 100644 --- a/zoom/PKGBUILD +++ b/zoom/PKGBUILD @@ -5,7 +5,7 @@ pkgname=zoom pkgver=5.14.7.2928 _build=${pkgver#*.*.*.} _pkgver=${pkgver%.${_build}} -pkgrel=49 +pkgrel=50 pkgdesc="Video Conferencing and Web Conferencing Service" arch=('x86_64') license=('custom') @@ -50,7 +50,7 @@ _pinned_dependencies=( 'libxcb=1.16' 'libxcomposite=0.4.6' 'libxdamage=1.1.6' - 'libxext=1.3.5' + 'libxext=1.3.6' 'libxfixes=6.0.1' 'libxkbcommon.so=0' 'libxkbcommon-x11.so=0' |