summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2017-03-02 20:16:39 +0100
committerGordian Edenhofer2017-03-02 20:18:46 +0100
commit4cbcede73d09433ecf4c2b7608d91e3aa90bd07c (patch)
treedbd5521ae3a8478364c6579f9bc2becaf6f4b70d
parente6ff2b2b0626d59fd6c2c30f560c04006f3067bb (diff)
downloadaur-4cbcede73d09433ecf4c2b7608d91e3aa90bd07c.tar.gz
upgpkg: zoom 2.0.81497.0116-3
Add a couple of dependencies specified by the upstream package.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 10 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd7601955aac..37f4b94d5f5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zoom
pkgdesc = Video Conferencing and Web Conferencing Service
pkgver = 2.0.81497.0116
- pkgrel = 2
+ pkgrel = 3
url = https://zoom.us/
arch = i686
arch = x86_64
@@ -22,6 +22,12 @@ pkgbase = zoom
depends = xcb-util-keysyms
depends = qt5-webengine
depends = qt5-svg
+ depends = pulseaudio-alsa
+ depends = libx11
+ depends = nss
+ depends = libxshmfence
+ depends = libxfixes
+ depends = libxrender
options = !strip
source_i686 = zoom-2.0.81497.0116_i386.deb::https://zoom.us/client/2.0.81497.0116/zoom_i386.deb
sha512sums_i686 = aebca1f08813db2d2bc36d7bc4cd54258174cc594618c6ca72413e5010ebc3a0a8e87b78ab4eec602b877be65980e9cd90ce55c568046733b400ad3fbe2f0962
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")