summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2017-03-02 20:16:39 +0100
committerGordian Edenhofer2017-03-02 20:18:46 +0100
commit4cbcede73d09433ecf4c2b7608d91e3aa90bd07c (patch)
treedbd5521ae3a8478364c6579f9bc2becaf6f4b70d /PKGBUILD
parente6ff2b2b0626d59fd6c2c30f560c04006f3067bb (diff)
downloadaur-4cbcede73d09433ecf4c2b7608d91e3aa90bd07c.tar.gz
upgpkg: zoom 2.0.81497.0116-3
Add a couple of dependencies specified by the upstream package.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f7271feef2f..a687ad8d3a47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=zoom
pkgver=2.0.81497.0116
-pkgrel=2
+pkgrel=3
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=('i686' 'x86_64')
license=('custom')
url="https://zoom.us/"
depends=('glib2' 'gstreamer' 'libxcb' 'xcb-util-image' 'fontconfig' 'mesa' 'libxi' 'libsm' 'libxrender'
- 'libpulse' 'libxcomposite' 'libxslt' 'sqlite' 'xcb-util-keysyms' 'qt5-webengine' 'qt5-svg')
+ 'libpulse' 'libxcomposite' 'libxslt' 'sqlite' 'xcb-util-keysyms' 'qt5-webengine' 'qt5-svg'
+ 'pulseaudio-alsa' 'libx11' 'nss' 'libxshmfence' 'libxfixes' 'libxrender')
options=(!strip)
source_i686=("${pkgname}-${pkgver}_i386.deb"::"https://zoom.us/client/${pkgver}/zoom_i386.deb")
source_x86_64=("${pkgname}-${pkgver}_amd64.deb"::"https://zoom.us/client/${pkgver}/zoom_amd64.deb")