summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2021-04-19 16:27:30 +0200
committerGordian Edenhofer2021-04-19 16:27:30 +0200
commit307e28cd6f80e9ffb65f15c4f2e796cad6aacfe5 (patch)
tree7670982f83aae9dab4b9f7c3a52257dc3651dc1b
parentf74c5dc5094a0e890f243e676da54cba0e0464ef (diff)
downloadaur-307e28cd6f80e9ffb65f15c4f2e796cad6aacfe5.tar.gz
upgpkg: zoom 5.6.3-1
Update dependency array.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91a7fa5c2169..fadf13843025 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zoom
pkgdesc = Video Conferencing and Web Conferencing Service
- pkgver = 5.6.1
+ pkgver = 5.6.3
pkgrel = 1
url = https://zoom.us/
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = zoom
depends = libsm
depends = ttf-font
depends = libx11
+ depends = libxtst
depends = libxcb
depends = libxcomposite
depends = libxfixes
@@ -25,12 +26,14 @@ pkgbase = zoom
depends = nss
depends = xcb-util-image
depends = xcb-util-keysyms
+ depends = dbus
+ depends = ibus
optdepends = pulseaudio-alsa: audio via PulseAudio
optdepends = qt5-webengine: SSO login support
optdepends = picom: extra compositor needed by some window managers for screen sharing
optdepends = xcompmgr: extra compositor needed by some window managers for screen sharing
options = !strip
- source = zoom-5.6.1_orig_x86_64.pkg.tar.xz::https://zoom.us/client/5.6.13632.0328/zoom_x86_64.pkg.tar.xz
+ source = zoom-5.6.3_orig_x86_64.pkg.tar.xz::https://zoom.us/client/5.6.16775.0418/zoom_x86_64.pkg.tar.xz
sha512sums = cf79705f0cfecda89fcca48e78aeb5a796ab00b880f6d1934f25085e1f30f406a2087950a6288177d4bfe8f6ede2f7334615210f460afedb20d1600bf97cb681
pkgname = zoom
diff --git a/PKGBUILD b/PKGBUILD
index 4ca6f337878b..f72ea1efbfbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer@gmail.com>
pkgname=zoom
-pkgver=5.6.1
-_build=13632.0328
+pkgver=5.6.3
+_build=16775.0418
pkgrel=1
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=('x86_64')
license=('custom')
url="https://zoom.us/"
-depends=('fontconfig' 'glib2' 'libpulse' 'libsm' 'ttf-font' 'libx11' 'libxcb' 'libxcomposite' 'libxfixes' 'libxi' 'libxcursor'
- 'libxkbcommon-x11' 'libxrandr' 'libxrender' 'libxshmfence' 'libxslt' 'mesa' 'nss' 'xcb-util-image' 'xcb-util-keysyms')
+depends=('fontconfig' 'glib2' 'libpulse' 'libsm' 'ttf-font' 'libx11' 'libxtst' 'libxcb'
+ 'libxcomposite' 'libxfixes' 'libxi' 'libxcursor' 'libxkbcommon-x11' 'libxrandr'
+ 'libxrender' 'libxshmfence' 'libxslt' 'mesa' 'nss' 'xcb-util-image'
+ 'xcb-util-keysyms' 'dbus' 'ibus')
optdepends=('pulseaudio-alsa: audio via PulseAudio'
'qt5-webengine: SSO login support'
'picom: extra compositor needed by some window managers for screen sharing'