git » qt5-webengine.git » commit e8aa345

Switch back to system libvpx

author Antonio Rojas
2018-02-03 16:57:15 UTC
committer Antonio Rojas
2018-02-03 16:57:15 UTC
parent 7891198ade53170b8b591164fcfad09160323de7

Switch back to system libvpx

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index cda41fe..d1cd8ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
 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}"