summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82d1ae1885ac..93b592e4a509 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zoom
pkgdesc = Video Conferencing and Web Conferencing Service
- pkgver = 5.4.56259.1207
+ pkgver = 5.4.7
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.4.56259.1207_orig_x86_64.pkg.tar.xz::https://zoom.us/client/5.4.56259.1207/zoom_x86_64.pkg.tar.xz
- sha512sums = 4605fd402d39380fd168f5069d4373fdd715baf612d7fe1ea6e4c34705e1ce16501e06584d9ce357fb47e7a44993d759cfb89b376138f0cccddfd2d4011f18d9
+ source = zoom-5.4.57450.1220_orig_x86_64.pkg.tar.xz::https://zoom.us/client/5.4.57450.1220/zoom_x86_64.pkg.tar.xz
+ sha512sums = 2c5a14e831a94b8fdd070284c36f7000f3e3c09a0704f13a455acf5975413c256a410cb9e2403b31541314488922001558badd5e120e0988e2588d7b5c8cf032
pkgname = zoom
diff --git a/PKGBUILD b/PKGBUILD
index 2fdc3643096f..4d875673d126 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer@gmail.com>
pkgname=zoom
-pkgver=5.4.56259.1207
+pkgver=5.4.7
+_build=57450.1220
pkgrel=1
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=('x86_64')
@@ -14,8 +15,8 @@ optdepends=('pulseaudio-alsa: audio via PulseAudio'
'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}_orig_x86_64.pkg.tar.xz"::"https://zoom.us/client/${pkgver}/zoom_x86_64.pkg.tar.xz")
-sha512sums=('4605fd402d39380fd168f5069d4373fdd715baf612d7fe1ea6e4c34705e1ce16501e06584d9ce357fb47e7a44993d759cfb89b376138f0cccddfd2d4011f18d9')
+source=("${pkgname}-${pkgver:0:-1}${_build}_orig_x86_64.pkg.tar.xz"::"https://zoom.us/client/${pkgver:0:-1}${_build}/zoom_x86_64.pkg.tar.xz")
+sha512sums=('2c5a14e831a94b8fdd070284c36f7000f3e3c09a0704f13a455acf5975413c256a410cb9e2403b31541314488922001558badd5e120e0988e2588d7b5c8cf032')
prepare() {
sed -i 's/Zoom\.png/Zoom/g' "${srcdir}/usr/share/applications/Zoom.desktop"