diff options
-rw-r--r-- | zoom/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zoom/PKGBUILD b/zoom/PKGBUILD index 95c1f0e36..88a930bba 100644 --- a/zoom/PKGBUILD +++ b/zoom/PKGBUILD @@ -5,7 +5,7 @@ pkgname=zoom pkgver=5.10.4.2845 _build=${pkgver#*.*.*.} _pkgver=${pkgver%.${_build}} -pkgrel=13 +pkgrel=14 pkgdesc="Video Conferencing and Web Conferencing Service" arch=('x86_64') license=('custom') @@ -19,7 +19,7 @@ _pinned_dependencies=( 'libatk-1.0.so=0' 'libcups=1:2.4.2' 'libdbus-1.so=3' - 'libdrm=2.4.111' + 'libdrm=2.4.112' 'libexpat.so=1' 'libfontconfig.so=1' 'libfreetype.so=6' |