summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2017-01-23 20:50:55 +0100
committerGordian Edenhofer2017-01-23 20:50:55 +0100
commit7556e9adcfb5f1e9d9ecf2610eeabaa2bccfd679 (patch)
treef3646565457df74f99d1fee50a572d4d748d53e6
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.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46f9594062d6..18e119d8d6e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,6 @@ pkgbase = zoom
depends = sqlite
depends = xcb-util-keysyms
depends = qt5-webengine
- depends = gstreamer0.10-base
depends = qt5-svg
options = !strip
source_i686 = zoom-2.0.81497.0116_i386.deb::https://zoom.us/client/2.0.81497.0116/zoom_i386.deb
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")