summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDāvis Mosāns2019-02-24 17:49:07 +0200
committerDāvis Mosāns2019-02-24 17:58:30 +0200
commit6515d9d7ac649acf434f4a69803433b8f110c3bf (patch)
tree034ae87436071c9e2d9eed0b36fb84ef00068e5a /PKGBUILD
parentf01e0bcc382c522d007e1345b8bc9068d036563a (diff)
downloadaur-6515d9d7ac649acf434f4a69803433b8f110c3bf.tar.gz
Update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 066a885afbc2..083b7a9c733f 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")