author | Antonio Rojas
<arojas@archlinux.org> 2016-03-28 06:14:41 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2016-03-28 06:14:41 UTC |
parent | e05e8fe5e7dd8d55a941890375f8f97c4f951f05 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 61deb94..46a51d4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,12 +5,12 @@ pkgname=qt5-webengine _qtver=5.6.0 pkgver=${_qtver/-/} -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url='http://qt-project.org/' license=('GPL3' 'LGPL' 'FDL' 'custom') pkgdesc='Provides support for web applications using the Chromium browser project' -depends=('qt5-webchannel' 'libxcomposite' 'libxrandr' 'libxtst' 'libxcursor' 'libpulse' 'pciutils' 'libxss' 'libvpx' 'opus' +depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'libxtst' 'libxcursor' 'libpulse' 'pciutils' 'libxss' 'libvpx' 'opus' 'libevent' 'libsrtp' 'jsoncpp' 'libwebp' 'snappy' 'minizip' 'nss' 'libxml2' 'libxslt') makedepends=('python2' 'git' 'gperf') conflicts=('qt')