summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2021-03-29 17:56:09 +0200
committerGordian Edenhofer2021-03-29 17:56:09 +0200
commitf74c5dc5094a0e890f243e676da54cba0e0464ef (patch)
tree8b43149ffdf62df34ca63e2f123a431e20075fce
parent81bba324cf123fcdc82593dea2934c7bfb8944b3 (diff)
downloadaur-f74c5dc5094a0e890f243e676da54cba0e0464ef.tar.gz
upgpkg: zoom 5.6.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aca39ae73497..91a7fa5c2169 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zoom
pkgdesc = Video Conferencing and Web Conferencing Service
- pkgver = 5.6.0
+ pkgver = 5.6.1
pkgrel = 1
url = https://zoom.us/
arch = x86_64
@@ -30,7 +30,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.0_orig_x86_64.pkg.tar.xz::https://zoom.us/client/5.6.13558.0321/zoom_x86_64.pkg.tar.xz
- sha512sums = 68bee97133314ea23b46ce35e16340c134290b80289ea4d933dfd4f253129c723e6c908f9f14810405b4da1a9ae4759fbf282cdfff3afd2272df853d17a4562b
+ source = zoom-5.6.1_orig_x86_64.pkg.tar.xz::https://zoom.us/client/5.6.13632.0328/zoom_x86_64.pkg.tar.xz
+ sha512sums = cf79705f0cfecda89fcca48e78aeb5a796ab00b880f6d1934f25085e1f30f406a2087950a6288177d4bfe8f6ede2f7334615210f460afedb20d1600bf97cb681
pkgname = zoom
diff --git a/PKGBUILD b/PKGBUILD
index 512198654f4f..4ca6f337878b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer@gmail.com>
pkgname=zoom
-pkgver=5.6.0
-_build=13558.0321
+pkgver=5.6.1
+_build=13632.0328
pkgrel=1
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=('x86_64')
@@ -16,7 +16,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=('68bee97133314ea23b46ce35e16340c134290b80289ea4d933dfd4f253129c723e6c908f9f14810405b4da1a9ae4759fbf282cdfff3afd2272df853d17a4562b')
+sha512sums=('cf79705f0cfecda89fcca48e78aeb5a796ab00b880f6d1934f25085e1f30f406a2087950a6288177d4bfe8f6ede2f7334615210f460afedb20d1600bf97cb681')
prepare() {
sed -i 's/Zoom\.png/Zoom/g' "${srcdir}/usr/share/applications/Zoom.desktop"