summarylogtreecommitdiffstats
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
parentf01e0bcc382c522d007e1345b8bc9068d036563a (diff)
downloadaur-6515d9d7ac649acf434f4a69803433b8f110c3bf.tar.gz
Update dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38a657512e2a..30b5a9fffb66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qt5-webkit-git
pkgdesc = Classes for a WebKit2 based implementation and a new QML API
- pkgver = v5.5.1.r28.g0be0076
+ pkgver = v5.212.0.alpha2.r16.gbeaeeb998
pkgrel = 1
url = https://code.qt.io/cgit/qt/qtwebkit.git
arch = i686
@@ -10,14 +10,17 @@ pkgbase = qt5-webkit-git
license = FDL
makedepends = git
makedepends = python2
+ makedepends = gperf
+ makedepends = libwebp
+ makedepends = pkgconf
depends = qt5-sensors-git
depends = qt5-location-git
depends = qt5-webchannel-git
depends = gst-plugins-base
depends = libxslt
depends = libxcomposite
- depends = libwebp
optdepends = gst-plugins-good: Webm codec support
+ optdepends = libwebp: WebP codec support
provides = qt5-webkit
conflicts = qt5-webkit
source = qt5-webkit::git+https://code.qt.io/qt/qtwebkit.git#branch=dev
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")