summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96f261edd898..c96a84eb7d99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zoom
pkgdesc = Video Conferencing and Web Conferencing Service
- pkgver = 2.9.265650.0716
+ pkgver = 3.0.285090.0826
pkgrel = 1
url = https://zoom.us/
arch = x86_64
@@ -24,7 +24,7 @@ pkgbase = zoom
depends = xcb-util-image
depends = xcb-util-keysyms
options = !strip
- source = zoom-2.9.265650.0716_orig_x86_64.pkg.tar.xz::https://zoom.us/client/2.9.265650.0716/zoom_x86_64.pkg.tar.xz
- sha512sums = 7f7a33164be07516556ff2ab5e9da35a537a20c82fc7110364c00be989048628647e2a538109a97ac8eb11a9fa711b24acc2c48a84059a8e7afc42245603db66
+ source = zoom-3.0.285090.0826_orig_x86_64.pkg.tar.xz::https://zoom.us/client/3.0.285090.0826/zoom_x86_64.pkg.tar.xz
+ sha512sums = a87feb2dd396622a1e987ff2bb9d9591e9e354ea211dc38cd93d15ac318f71dad28c9ecbf202b9d4ff1ccc0297ad8864357db583b769803d66b3e66126a6fc4a
pkgname = zoom
diff --git a/PKGBUILD b/PKGBUILD
index 7d7c5a236b6f..2b81c4f010b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer@gmail.com>
pkgname=zoom
-pkgver=2.9.265650.0716
+pkgver=3.0.285090.0826
pkgrel=1
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('fontconfig' 'glib2' 'libpulse' 'libsm' 'libx11' 'libxcb' 'libxcomposit
'libxrandr' 'libxrender' 'libxshmfence' 'libxslt' 'mesa' 'nss' 'pulseaudio-alsa' 'xcb-util-image' 'xcb-util-keysyms')
options=(!strip)
source=("${pkgname}-${pkgver}_orig_x86_64.pkg.tar.xz"::"https://zoom.us/client/${pkgver}/zoom_x86_64.pkg.tar.xz")
-sha512sums=('7f7a33164be07516556ff2ab5e9da35a537a20c82fc7110364c00be989048628647e2a538109a97ac8eb11a9fa711b24acc2c48a84059a8e7afc42245603db66')
+sha512sums=('a87feb2dd396622a1e987ff2bb9d9591e9e354ea211dc38cd93d15ac318f71dad28c9ecbf202b9d4ff1ccc0297ad8864357db583b769803d66b3e66126a6fc4a')
package() {
cp -dpr --no-preserve=ownership opt usr "${pkgdir}"