summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2017-01-23 20:50:55 +0100
committerGordian Edenhofer2017-01-23 20:50:55 +0100
commit7556e9adcfb5f1e9d9ecf2610eeabaa2bccfd679 (patch)
treef3646565457df74f99d1fee50a572d4d748d53e6 /PKGBUILD
parent6e728d99459f17efcdff0b9ee0ffac85f32ed28a (diff)
downloadaur-7556e9adcfb5f1e9d9ecf2610eeabaa2bccfd679.tar.gz
upgpkg: zoom 2.0.81497.0116-1
Remove gstreamer0.10-base from depends array since the package was dropped from the repos because of security concerns. Though being referenced in the binaries it is not included in the official package.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b59f80bb7ed..20e8323f8ab3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ 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' 'gstreamer0.10-base' 'qt5-svg')
+ 'libpulse' 'libxcomposite' 'libxslt' 'sqlite' 'xcb-util-keysyms' 'qt5-webengine' 'qt5-svg')
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")