summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e1228f0c560..53f3b0e13fe5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zoom
pkgdesc = Video Conferencing and Web Conferencing Service
- pkgver = 5.7.4
+ pkgver = 5.7.5
pkgrel = 1
url = https://zoom.us/
arch = x86_64
@@ -33,7 +33,7 @@ pkgbase = zoom
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.7.4_orig_x86_64.pkg.tar.xz::https://zoom.us/client/5.7.28991.0726/zoom_x86_64.pkg.tar.xz
- sha512sums = b0e909b523f761087a2b57b899da98efee727c6fc020b8ddbc4753974d8661432f1726a987806e189f7014f76fa01bd57120b40c6870e905bb2b2fa3d3f2426f
+ source = zoom-5.7.5_orig_x86_64.pkg.tar.xz::https://zoom.us/client/5.7.29123.0808/zoom_x86_64.pkg.tar.xz
+ sha512sums = fb354224a7abb8b7e4ceb26a48ec372df9b1fc77cae0d684ef1474bde6b63080b77c48872835743b86677f572ae0a53615cb0cd9dec7611ff759b7afd3161f10
pkgname = zoom
diff --git a/PKGBUILD b/PKGBUILD
index 6e2f21b23261..0f4f65d708a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer@gmail.com>
pkgname=zoom
-pkgver=5.7.4
-_build=28991.0726
+pkgver=5.7.5
+_build=29123.0808
pkgrel=1
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=('x86_64')
@@ -18,7 +18,7 @@ optdepends=('pulseaudio-alsa: audio via PulseAudio'
'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:0:-1}${_build}/zoom_x86_64.pkg.tar.xz")
-sha512sums=('b0e909b523f761087a2b57b899da98efee727c6fc020b8ddbc4753974d8661432f1726a987806e189f7014f76fa01bd57120b40c6870e905bb2b2fa3d3f2426f')
+sha512sums=('fb354224a7abb8b7e4ceb26a48ec372df9b1fc77cae0d684ef1474bde6b63080b77c48872835743b86677f572ae0a53615cb0cd9dec7611ff759b7afd3161f10')
prepare() {
sed -i 's/Zoom\.png/Zoom/g' "${srcdir}/usr/share/applications/Zoom.desktop"