summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-08-10 18:02:28 +0200
committerGordian Edenhofer2016-08-10 18:03:52 +0200
commit11739f22ce1f0957dbab519610b554e470790a57 (patch)
tree9842536670c75a5637a0a54e79c59258269a8a48
parent1e50e80e9ee9fbff0fd45d2b5e35aa61cab94c17 (diff)
downloadaur-11739f22ce1f0957dbab519610b554e470790a57.tar.gz
upgpkg: zoom 2.0.57232.0713-2
Edit dependency array according to the suggestion of user tad and add some basic qt5 and gstreamer deps.
-rw-r--r--.SRCINFO28
-rw-r--r--PKGBUILD8
2 files changed, 15 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7aadfbc4376..9b27f0f6975b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,32 +1,28 @@
pkgbase = zoom
pkgdesc = Video Conferencing and Web Conferencing Service
pkgver = 2.0.57232.0713
- pkgrel = 1
+ pkgrel = 2
url = https://zoom.us/
arch = i686
arch = x86_64
license = custom
- depends = libx11
- depends = libsm
- depends = libxi
- depends = nss
- depends = xcb-util-image
- depends = xcb-util-keysyms
- depends = libxcb
depends = glib2
- depends = libxshmfence
- depends = libpulse
- depends = pulseaudio-alsa
- depends = libxfixes
- depends = libxrandr
+ depends = gstreamer
+ depends = libxcb
+ depends = xcb-util-image
depends = fontconfig
depends = mesa
+ depends = libxi
+ depends = libsm
depends = libxrender
+ depends = libpulse
depends = libxcomposite
depends = libxslt
- depends = gstreamer
- depends = ibus
- depends = ibus-qt
+ depends = sqlite
+ depends = xcb-util-keysyms
+ depends = qt5-webengine
+ depends = gstreamer0.10-base
+ depends = qt5-svg
options = !strip
source_i686 = https://zoom.us/client/2.0.57232.0713/zoom_2.0.57232.0713_i386.deb
md5sums_i686 = 5db442015916f528bdf5f4d22dfed90d
diff --git a/PKGBUILD b/PKGBUILD
index 66c3dc569b03..69eb00acb175 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,13 @@
pkgname=zoom
pkgver=2.0.57232.0713
-pkgrel=1
+pkgrel=2
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=('i686' 'x86_64')
license=('custom')
url="https://zoom.us/"
-depends=('libx11' 'libsm' 'libxi' 'nss' 'xcb-util-image' 'xcb-util-keysyms' 'libxcb' 'glib2' 'libxshmfence' 'libpulse'
- 'pulseaudio-alsa' 'libxfixes' 'libxrandr' 'fontconfig' 'mesa' 'libxrender' 'libxcomposite' 'libxslt' 'gstreamer' 'ibus'
- 'ibus-qt')
-# The dependencies are those from the original package
+depends=('glib2' 'gstreamer' 'libxcb' 'xcb-util-image' 'fontconfig' 'mesa' 'libxi' 'libsm' 'libxrender'
+ 'libpulse' 'libxcomposite' 'libxslt' 'sqlite' 'xcb-util-keysyms' 'qt5-webengine' 'gstreamer0.10-base' 'qt5-svg')
options=(!strip)
source_i686=("https://zoom.us/client/${pkgver}/zoom_${pkgver}_i386.deb")
source_x86_64=("https://zoom.us/client/${pkgver}/zoom_${pkgver}_amd64.deb")