git » qt5-doc.git » commit f204725

Fix missing qtwebengine docs (FS#52776)

author Antonio Rojas
2017-01-30 22:59:47 UTC
committer Antonio Rojas
2017-01-30 22:59:47 UTC
parent 82f8405628931e05d3346a4915237624a6715211

Fix missing qtwebengine docs (FS#52776)

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index efb2f1f..621d68a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
 pkgname=qt5-doc
 _qtver=5.8.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='A cross-platform application and UI framework (Documentation)'
 depends=('qt5-base')
-makedepends=('qt5-tools' 'python2' 'pciutils' 'libxtst' 'libxcursor' 'libxrandr' 'libxss')
+makedepends=('qt5-tools' 'python2' 'pciutils' 'libxtst' 'libxcursor' 'libxrandr' 'libxss' 'libxcomposite')
 groups=('qt' 'qt5')
 _pkgfqn="qt-everywhere-opensource-src-${_qtver}"
 source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz")