summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-05-02 20:20:21 +0200
committerGordian Edenhofer2016-05-02 20:21:52 +0200
commit7ff0963a14c46408af111ab6d6b5ca4b27bc9aa0 (patch)
tree55fac55462531c7f9c5b3cecccf03a4b02032978
parenta499018b7bdc89889799276df24262a43436c8b2 (diff)
downloadaur-7ff0963a14c46408af111ab6d6b5ca4b27bc9aa0.tar.gz
upgpkg: zoom 2.0.49177.0430-2
According to multiple bug reports in the comment section, libpulse is not sufficient but pulseaudio is. Change the deps accordingly.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d31692ba4da1..83cf5cb3f768 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zoom
pkgdesc = Video Conferencing and Web Conferencing Service
pkgver = 2.0.49177.0430
- pkgrel = 1
+ pkgrel = 2
url = https://zoom.us/
arch = i686
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = zoom
depends = libgl
depends = openssl
depends = libxslt
- depends = libpulse
+ depends = pulseaudio
depends = glib2
depends = libxcb
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index e15b1fd02c79..0a23849120dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=zoom
pkgver=2.0.49177.0430
-pkgrel=1
+pkgrel=2
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=('i686' 'x86_64')
license=('custom')
url="https://zoom.us/"
depends=('desktop-file-utils' 'gstreamer0.10-base' 'xcb-util-cursor' 'libxml2'
'libsm' 'sqlite' 'libxrender' 'fontconfig' 'libxcomposite' 'libxi' 'libgl'
- 'openssl' 'libxslt' 'libpulse' 'glib2' 'libxcb')
+ 'openssl' 'libxslt' 'pulseaudio' 'glib2' 'libxcb')
# The dependencies were reconstructed in order to fit the ones from debian
options=(!strip)
source_i686=("https://zoom.us/client/latest/zoom_${pkgver}_i386.deb")