From f9a4da83420f5258a7e6e11b0fce6420e83cc232 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 6 Feb 2018 01:56:57 +0000 Subject: [PATCH] extra/qt5-webengine to 5.10.0-4 --- extra/qt5-webengine/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/qt5-webengine/PKGBUILD b/extra/qt5-webengine/PKGBUILD index 70851cc3b..20abda3f7 100644 --- a/extra/qt5-webengine/PKGBUILD +++ b/extra/qt5-webengine/PKGBUILD @@ -11,13 +11,13 @@ highmem=1 pkgname=qt5-webengine _qtver=5.10.0 pkgver=${_qtver/-/} -pkgrel=3 +pkgrel=4 arch=('x86_64') url='http://qt-project.org/' license=('LGPL3' 'LGPL2.1' 'BSD') pkgdesc='Provides support for web applications using the Chromium browser project' depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'pciutils' 'libxss' - 'libevent' 'snappy' 'nss' 'protobuf' 'libxslt' 'minizip' 'ffmpeg' 're2') # libvpx - 1.6.1 not supported + 'libevent' 'snappy' 'nss' 'protobuf' 'libxslt' 'minizip' 'ffmpeg' 're2' 'libvpx') makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools') groups=('qt' 'qt5') _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"