summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD17
2 files changed, 22 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e9edd4646ee..055b2def21d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = zoom
pkgdesc = Video Conferencing and Web Conferencing Service
- pkgver = 5.4.57450.1220
+ pkgver = 6.0.2
pkgrel = 1
url = https://zoom.us/
arch = x86_64
- license = custom
+ license = LicenseRef-zoom
depends = fontconfig
depends = glib2
depends = libpulse
depends = libsm
depends = ttf-font
depends = libx11
+ depends = libxtst
depends = libxcb
depends = libxcomposite
depends = libxfixes
@@ -25,12 +26,18 @@ pkgbase = zoom
depends = nss
depends = xcb-util-image
depends = xcb-util-keysyms
+ depends = xcb-util-cursor
+ depends = dbus
+ depends = libdrm
+ depends = gtk3
+ depends = qt5-webengine
+ depends = qt5-remoteobjects
optdepends = pulseaudio-alsa: audio via PulseAudio
- optdepends = qt5-webengine: SSO login support
+ optdepends = ibus: remote control
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.4.57450.1220_orig_x86_64.pkg.tar.xz::https://zoom.us/client/5.4.57450.1220/zoom_x86_64.pkg.tar.xz
- sha512sums = 2c5a14e831a94b8fdd070284c36f7000f3e3c09a0704f13a455acf5975413c256a410cb9e2403b31541314488922001558badd5e120e0988e2588d7b5c8cf032
+ source = zoom-6.0.2.4680_orig_x86_64.pkg.tar.xz::https://zoom.us/client/6.0.2.4680/zoom_x86_64.pkg.tar.xz
+ sha512sums = 09603ba53b0ee87b9cc4819b3fac145e209123b90c1d9c29ec24da4c9b1150c03cd6f89c1add9083216b689c4f20e62d0fb600b8aef4db8140251a62fcc5eee7
pkgname = zoom
diff --git a/PKGBUILD b/PKGBUILD
index 077d93bcdbcd..5bfcafddd096 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,24 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer@gmail.com>
pkgname=zoom
-pkgver=5.4.57450.1220
+pkgver=6.0.2
+_subver=4680
pkgrel=1
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=('x86_64')
-license=('custom')
+license=('LicenseRef-zoom')
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' 'xcb-util-cursor' 'dbus' 'libdrm' 'gtk3' 'qt5-webengine' 'qt5-remoteobjects')
optdepends=('pulseaudio-alsa: audio via PulseAudio'
- 'qt5-webengine: SSO login support'
+ 'ibus: remote control'
'picom: extra compositor needed by some window managers for screen sharing'
'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=('2c5a14e831a94b8fdd070284c36f7000f3e3c09a0704f13a455acf5975413c256a410cb9e2403b31541314488922001558badd5e120e0988e2588d7b5c8cf032')
+source=("${pkgname}-${pkgver}.${_subver}_orig_x86_64.pkg.tar.xz"::"https://zoom.us/client/${pkgver}.${_subver}/zoom_x86_64.pkg.tar.xz")
+sha512sums=('09603ba53b0ee87b9cc4819b3fac145e209123b90c1d9c29ec24da4c9b1150c03cd6f89c1add9083216b689c4f20e62d0fb600b8aef4db8140251a62fcc5eee7')
prepare() {
sed -i 's/Zoom\.png/Zoom/g' "${srcdir}/usr/share/applications/Zoom.desktop"