summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDāvis Mosāns2019-02-24 17:49:07 +0200
committerDāvis Mosāns2019-02-24 17:52:14 +0200
commit3c441b9b11b561270220be990ac5bf6ec138c2ff (patch)
tree961b679ecdd4ca223fafd687dcc77255a416c03d
parentf01e0bcc382c522d007e1345b8bc9068d036563a (diff)
downloadaur-3c441b9b11b561270220be990ac5bf6ec138c2ff.tar.gz
Update dependencies
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 066a885afbc2..68a901b3206b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_pkgname=qt5-webkit
pkgname=$_pkgname-git
-pkgver=v5.5.1.r28.g0be0076
+pkgver=v5.212.0.alpha2.r16.gbeaeeb998
pkgrel=1
pkgdesc='Classes for a WebKit2 based implementation and a new QML API'
arch=('i686' 'x86_64')
url='https://code.qt.io/cgit/qt/qtwebkit.git'
license=('GPL3' 'LGPL' 'FDL')
-depends=('qt5-sensors-git' 'qt5-location-git' 'qt5-webchannel-git' 'gst-plugins-base' 'libxslt' 'libxcomposite' 'libwebp')
-optdepends=('gst-plugins-good: Webm codec support')
-makedepends=('git' 'python2')
+depends=('qt5-sensors-git' 'qt5-location-git' 'qt5-webchannel-git' 'gst-plugins-base' 'libxslt' 'libxcomposite')
+optdepends=('gst-plugins-good: Webm codec support' 'libwebp: WebP codec support')
+makedepends=('git' 'python2' 'gperf', 'libwebp', 'pkgconf')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname::git+https://code.qt.io/qt/qtwebkit.git#branch=dev")