diff options
author | Erich Eckner <git@eckner.net> | 2024-05-27 18:55:35 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2024-05-27 18:55:35 +0200 |
commit | 538f5f659508c287c84a1e048af4fcb5fe63eae2 (patch) | |
tree | af3354f7a3dd77bd24a87496a552e171db90fd39 | |
parent | 0f299e505222efce8effdbd2ea291dec67ebf33a (diff) | |
download | archlinuxewe-538f5f659508c287c84a1e048af4fcb5fe63eae2.tar.xz |
zoom: rebuild
-rw-r--r-- | zoom/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zoom/PKGBUILD b/zoom/PKGBUILD index 6b06d87b5..b1bdb719b 100644 --- a/zoom/PKGBUILD +++ b/zoom/PKGBUILD @@ -4,7 +4,7 @@ pkgname=zoom pkgver=6.0.2 _subver=4680 -pkgrel=11 +pkgrel=12 pkgdesc="Video Conferencing and Web Conferencing Service" arch=('x86_64') license=('LicenseRef-zoom') @@ -18,7 +18,7 @@ _pinned_dependencies=( 'libatspi.so=0' 'libcairo-gobject.so=2' 'libcairo.so=2' - 'libcups=1:2.4.8' + 'libcups=2:2.4.8' 'libdbus-1.so=3' 'libdrm=2.4.120' 'libEGL.so=1' |