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 c43601f9b1d5..c2869a0fa984 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zoom
pkgdesc = Video Conferencing and Web Conferencing Service
- pkgver = 5.6.4
+ pkgver = 5.6.6
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.6.4_orig_x86_64.pkg.tar.xz::https://zoom.us/client/5.6.16888.0424/zoom_x86_64.pkg.tar.xz
- sha512sums = c6b8b4ad9f35d89e6139d0beb9809eb455a19387c1646734839ea045e275f8f56b33d06479fdb3128216c054122090103d1c40c808fdd37a52aef85e4bfc4e45
+ source = zoom-5.6.6_orig_x86_64.pkg.tar.xz::https://zoom.us/client/5.6.20278.0524/zoom_x86_64.pkg.tar.xz
+ sha512sums = 808cf4b106fcdc49a00d92ce07b7d001a13b4503ae74d8b366e74c6f408ed4175ec961194f5e1e82ef5ef890dc9f28237890e15e22c557e26406bc0526b7ce45
pkgname = zoom
diff --git a/PKGBUILD b/PKGBUILD
index 3106f55779e2..64e7780f7f3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer@gmail.com>
pkgname=zoom
-pkgver=5.6.4
-_build=16888.0424
+pkgver=5.6.6
+_build=20278.0524
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=('c6b8b4ad9f35d89e6139d0beb9809eb455a19387c1646734839ea045e275f8f56b33d06479fdb3128216c054122090103d1c40c808fdd37a52aef85e4bfc4e45')
+sha512sums=('808cf4b106fcdc49a00d92ce07b7d001a13b4503ae74d8b366e74c6f408ed4175ec961194f5e1e82ef5ef890dc9f28237890e15e22c557e26406bc0526b7ce45')
prepare() {
sed -i 's/Zoom\.png/Zoom/g' "${srcdir}/usr/share/applications/Zoom.desktop"