summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2024-02-27 09:10:58 +0100
committerGordian Edenhofer2024-02-27 09:10:58 +0100
commita1a7f54f97f960106b86153ee7e6ec95baef3004 (patch)
tree9e9cae2e17462cc2a4050513abbc7f80b59ab485
parent555ec0cb010919f30847d8f72b6326bb6764b211 (diff)
downloadaur-a1a7f54f97f960106b86153ee7e6ec95baef3004.tar.gz
upgpkg: zoom 5.17.10-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c94cec8e9fc..b21498e897b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = zoom
pkgdesc = Video Conferencing and Web Conferencing Service
- pkgver = 5.17.5
+ pkgver = 5.17.10
pkgrel = 1
url = https://zoom.us/
arch = x86_64
- license = custom
+ license = LicenseRef-zoom
depends = fontconfig
depends = glib2
depends = libpulse
@@ -26,16 +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 = 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.17.5.2543_orig_x86_64.pkg.tar.xz::https://cdn.zoom.us/prod/5.17.5.2543/zoom_x86_64.pkg.tar.xz
- sha512sums = a4d9155dcf1c28337bbce9ef19d162e731f60a2afb20c7227d5298710578dc1eeed93158a35cb81f6609d42abc97868f65e7e99aa998b36ebe1d60f70b8b8174
+ source = zoom-5.17.10.3512_orig_x86_64.pkg.tar.xz::https://cdn.zoom.us/prod/5.17.10.3512/zoom_x86_64.pkg.tar.xz
+ sha512sums = 8a2ba98f7d4014547398d22a6399c455491540be4ed7d46732affc110568bad0811b684c7608d78fa35046687451d9432518f9f29e40f5a70d1dd992d05a78f0
pkgname = zoom
diff --git a/PKGBUILD b/PKGBUILD
index 583fbe704cdb..db1d9c2418d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,24 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer@gmail.com>
pkgname=zoom
-pkgver=5.17.5
-_subver=2543
+pkgver=5.17.10
+_subver=3512
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' 'libxtst' 'libxcb'
'libxcomposite' 'libxfixes' 'libxi' 'libxcursor' 'libxkbcommon-x11' 'libxrandr'
'libxrender' 'libxshmfence' 'libxslt' 'mesa' 'nss' 'xcb-util-image'
- 'xcb-util-keysyms' 'dbus' 'libdrm' 'gtk3' 'qt5-webengine')
+ 'xcb-util-keysyms' 'xcb-util-cursor' 'dbus' 'libdrm' 'gtk3' 'qt5-webengine' 'qt5-remoteobjects')
optdepends=('pulseaudio-alsa: audio via PulseAudio'
'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}.${_subver}_orig_x86_64.pkg.tar.xz"::"https://cdn.zoom.us/prod/${pkgver}.${_subver}/zoom_x86_64.pkg.tar.xz")
-sha512sums=('a4d9155dcf1c28337bbce9ef19d162e731f60a2afb20c7227d5298710578dc1eeed93158a35cb81f6609d42abc97868f65e7e99aa998b36ebe1d60f70b8b8174')
+sha512sums=('8a2ba98f7d4014547398d22a6399c455491540be4ed7d46732affc110568bad0811b684c7608d78fa35046687451d9432518f9f29e40f5a70d1dd992d05a78f0')
prepare() {
sed -i 's/Zoom\.png/Zoom/g' "${srcdir}/usr/share/applications/Zoom.desktop"