diff options
author | Erich Eckner <git@eckner.net> | 2024-06-26 19:57:28 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2024-06-26 19:57:28 +0200 |
commit | 3b5fcae92cbe5690306d0c8d39e2997df8dfb083 (patch) | |
tree | eedb06d6819a500fcb2654f46a69c4df226692ad | |
parent | ab3233129c531702fe5d6802d6762511fe14796f (diff) | |
download | archlinuxewe-3b5fcae92cbe5690306d0c8d39e2997df8dfb083.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 e89290ff9..432928f2f 100644 --- a/zoom/PKGBUILD +++ b/zoom/PKGBUILD @@ -4,7 +4,7 @@ pkgname=zoom pkgver=6.0.2 _subver=4680 -pkgrel=23 +pkgrel=24 pkgdesc="Video Conferencing and Web Conferencing Service" arch=('x86_64') license=('LicenseRef-zoom') @@ -20,7 +20,7 @@ _pinned_dependencies=( 'libcairo.so=2' 'libcups=2:2.4.10' 'libdbus-1.so=3' - 'libdrm=2.4.121' + 'libdrm=2.4.122' 'libEGL.so=1' 'libexpat.so=1' 'libfontconfig.so=1' |