summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2020-03-25 17:53:22 +0100
committerGordian Edenhofer2020-03-25 17:54:01 +0100
commit57bc67b24f06c09c6391b7ebd7c0f9e031958333 (patch)
treeaa73193afa04f6f1062502c410514aa1f1fefc90
parent9e217ddd3ac6386e8c0b877246889a8bc5003134 (diff)
downloadaur-57bc67b24f06c09c6391b7ebd7c0f9e031958333.tar.gz
upgpkg: zoom 3.5.374815.0324-1
Add xcompmgr as optdepends as it might be needed for screen sharing.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acec0fb3875f..1b8a2353cf9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zoom
pkgdesc = Video Conferencing and Web Conferencing Service
- pkgver = 3.5.372466.0322
+ pkgver = 3.5.374815.0324
pkgrel = 1
url = https://zoom.us/
arch = x86_64
@@ -24,8 +24,9 @@ pkgbase = zoom
depends = xcb-util-image
depends = xcb-util-keysyms
optdepends = qt5-webengine: SSO login support
+ optdepends = xcompmgr: extra compositor needed by some window managers for screen sharing
options = !strip
- source = zoom-3.5.372466.0322_orig_x86_64.pkg.tar.xz::https://zoom.us/client/3.5.372466.0322/zoom_x86_64.pkg.tar.xz
- sha512sums = 01f12cb58d1eba7b451d9f0162235502cb3848d055718c46418237057c1614aa1db9f95729742c7330263c724bd33820667efe7428397428124b9f5c806cad24
+ source = zoom-3.5.374815.0324_orig_x86_64.pkg.tar.xz::https://zoom.us/client/3.5.374815.0324/zoom_x86_64.pkg.tar.xz
+ sha512sums = e6065e20dfdf1bac97dcb9e6570ae6612cae796220466bca4711fe96e7b33420b62ed9dd66e3821f753be2fb25e0992c53c640930b9ad09161fc3a206c11c5e8
pkgname = zoom
diff --git a/PKGBUILD b/PKGBUILD
index f38ce2277c69..6571053fbac2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer@gmail.com>
pkgname=zoom
-pkgver=3.5.372466.0322
+pkgver=3.5.374815.0324
pkgrel=1
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=('x86_64')
@@ -9,10 +9,11 @@ license=('custom')
url="https://zoom.us/"
depends=('fontconfig' 'glib2' 'libpulse' 'libsm' 'libx11' 'libxcb' 'libxcomposite' 'libxfixes' 'libxi'
'libxrandr' 'libxrender' 'libxshmfence' 'libxslt' 'mesa' 'nss' 'pulseaudio-alsa' 'xcb-util-image' 'xcb-util-keysyms')
-optdepends=('qt5-webengine: SSO login support')
+optdepends=('qt5-webengine: SSO login support'
+ 'xcompmgr: extra compositor needed by some window managers for screen sharing')
options=(!strip)
source=("${pkgname}-${pkgver}_orig_x86_64.pkg.tar.xz"::"https://zoom.us/client/${pkgver}/zoom_x86_64.pkg.tar.xz")
-sha512sums=('01f12cb58d1eba7b451d9f0162235502cb3848d055718c46418237057c1614aa1db9f95729742c7330263c724bd33820667efe7428397428124b9f5c806cad24')
+sha512sums=('e6065e20dfdf1bac97dcb9e6570ae6612cae796220466bca4711fe96e7b33420b62ed9dd66e3821f753be2fb25e0992c53c640930b9ad09161fc3a206c11c5e8')
package() {
cp -dpr --no-preserve=ownership opt usr "${pkgdir}"