summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2020-08-04 19:00:20 +0200
committerGordian Edenhofer2020-08-04 19:00:55 +0200
commit03e192bfd1943a7481f979714efaa20e6dc3304c (patch)
treeda40fe25c1e79c0db5d7de7b16198d52d672472b
parent27f21211a5c38c519d1cf8f675ef8cd0d1306019 (diff)
downloadaur-03e192bfd1943a7481f979714efaa20e6dc3304c.tar.gz
upgpkg: zoom 5.2.440215.0803-1
Fix the `StartupWMClass` in the desktop file.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33b9b73e4ee1..4856167d0453 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zoom
pkgdesc = Video Conferencing and Web Conferencing Service
- pkgver = 5.1.422789.0705
+ pkgver = 5.2.440215.0803
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.1.422789.0705_orig_x86_64.pkg.tar.xz::https://zoom.us/client/5.1.422789.0705/zoom_x86_64.pkg.tar.xz
- sha512sums = 27bdde9d6abedbf2d725a292bc904cbc2c65240c71a1a8128cf5cd566afe63aeb0905a908d4c727120dc8a97ee6acbed129391ddd31adaecaf6207f0c0e0d30c
+ source = zoom-5.2.440215.0803_orig_x86_64.pkg.tar.xz::https://zoom.us/client/5.2.440215.0803/zoom_x86_64.pkg.tar.xz
+ sha512sums = 13e3d826fbead79c1057eb02011f0399e19e1826fea35fc7343680e9e617f6e83194eec45c700f5abfabca12b64910a4b780a8b7bd779657cea1c7e53f8b50c4
pkgname = zoom
diff --git a/PKGBUILD b/PKGBUILD
index ec4f470a5b36..c840909e94dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer@gmail.com>
pkgname=zoom
-pkgver=5.1.422789.0705
+pkgver=5.2.440215.0803
pkgrel=1
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=('x86_64')
@@ -15,10 +15,11 @@ 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}/zoom_x86_64.pkg.tar.xz")
-sha512sums=('27bdde9d6abedbf2d725a292bc904cbc2c65240c71a1a8128cf5cd566afe63aeb0905a908d4c727120dc8a97ee6acbed129391ddd31adaecaf6207f0c0e0d30c')
+sha512sums=('13e3d826fbead79c1057eb02011f0399e19e1826fea35fc7343680e9e617f6e83194eec45c700f5abfabca12b64910a4b780a8b7bd779657cea1c7e53f8b50c4')
prepare() {
sed -i 's/Zoom\.png/Zoom/g' "${srcdir}/usr/share/applications/Zoom.desktop"
+ sed -i 's/StartupWMClass=Zoom/StartupWMClass=zoom/g' "${srcdir}/usr/share/applications/Zoom.desktop"
}
package() {