summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2017-03-22 11:29:56 +0100
committerGordian Edenhofer2017-03-22 11:29:56 +0100
commit630216c87ca5422f70e76b805f9a9bc6bac0c4f1 (patch)
tree0cf8d91ea16fba71b664ec685bda83a16a8cf762
parent7aa44d1d22fdd974add1eff6ed720e9f2c57b1d9 (diff)
downloadaur-630216c87ca5422f70e76b805f9a9bc6bac0c4f1.tar.gz
upgpkg: zoom 2.0.81497.0116-4
Roll back to previous release since their recent package is broken.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eaf649a60c2..114aa158e0d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zoom
pkgdesc = Video Conferencing and Web Conferencing Service
- pkgver = 2.0.87130.0317
- pkgrel = 1
+ pkgver = 2.0.81497.0116
+ pkgrel = 4
url = https://zoom.us/
arch = x86_64
license = custom
@@ -28,7 +28,7 @@ pkgbase = zoom
depends = libxfixes
depends = libxrender
options = !strip
- source = zoom-2.0.87130.0317_orig_x86_64.pkg.tar.xz::https://zoom.us/client/2.0.87130.0317/zoom_x86_64.pkg.tar.xz
- sha512sums = 6eb02c748faa46b93e7331299be42a59c0fecbef5f512a3ba1f654f9d315002cd61fcbf148a8d79b5cd9ccf9dd0b11842bcdb6654bf86c9a4c25e34cd0ca40ad
+ source = zoom-2.0.81497.0116_orig_x86_64.pkg.tar.xz::https://zoom.us/client/2.0.81497.0116/zoom_x86_64.pkg.tar.xz
+ sha512sums = 98c33d78f85d3195af37c0f9233a1531e1c61ebf2bc9036c61b454b640379517c6957155314b0b7ea240280e59528e9948b04a5e7d1cd2c60c4bee3f7169f7a4
pkgname = zoom
diff --git a/PKGBUILD b/PKGBUILD
index 46a45e3ca327..4ba8125c4a45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer@gmail.com>
pkgname=zoom
-pkgver=2.0.87130.0317
-pkgrel=1
+pkgver=2.0.81497.0116
+pkgrel=4
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=('x86_64')
license=('custom')
@@ -12,7 +12,7 @@ depends=('glib2' 'gstreamer' 'libxcb' 'xcb-util-image' 'fontconfig' 'mesa' 'libx
'pulseaudio-alsa' 'libx11' 'nss' 'libxshmfence' 'libxfixes' 'libxrender')
options=(!strip)
source=("${pkgname}-${pkgver}_orig_x86_64.pkg.tar.xz"::"https://zoom.us/client/${pkgver}/zoom_x86_64.pkg.tar.xz")
-sha512sums=('6eb02c748faa46b93e7331299be42a59c0fecbef5f512a3ba1f654f9d315002cd61fcbf148a8d79b5cd9ccf9dd0b11842bcdb6654bf86c9a4c25e34cd0ca40ad')
+sha512sums=('98c33d78f85d3195af37c0f9233a1531e1c61ebf2bc9036c61b454b640379517c6957155314b0b7ea240280e59528e9948b04a5e7d1cd2c60c4bee3f7169f7a4')
package() {
cp -dpr --no-preserve=ownership opt usr "${pkgdir}"