diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-10-15 02:17:21 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-10-15 02:34:45 -0300 |
commit | a44ffdf314565cb2567730da13901dd78ddbaeed (patch) | |
tree | 96d5329f40f77bd7021bd465bb9cb0480872a5ee /libre/qupzilla/PKGBUILD | |
parent | 3cb4cba18322921b3854658e8ed164ef67cd625d (diff) | |
download | abslibre-a44ffdf314565cb2567730da13901dd78ddbaeed.tar.gz abslibre-a44ffdf314565cb2567730da13901dd78ddbaeed.tar.bz2 abslibre-a44ffdf314565cb2567730da13901dd78ddbaeed.zip |
qupzilla-1.8.7-2.parabola1: add qt5-x11extras to depends
Diffstat (limited to 'libre/qupzilla/PKGBUILD')
-rw-r--r-- | libre/qupzilla/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/qupzilla/PKGBUILD b/libre/qupzilla/PKGBUILD index 860fa1ed1..7c3d4d6f7 100644 --- a/libre/qupzilla/PKGBUILD +++ b/libre/qupzilla/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 143711 2015-10-12 00:27:38Z speps $ +# $Id: PKGBUILD 143940 2015-10-13 21:33:05Z speps $ # Maintainer (Arch): speps <speps at aur dot archlinux dot org> # Maintainer: André Silva <emulatorman@parabola.nu> pkgbase=qupzilla pkgname=(qupzilla qupzilla-qt4) pkgver=1.8.7 -pkgrel=1.parabola1 +pkgrel=2.parabola1 arch=(i686 x86_64) url="http://www.qupzilla.com/" license=('GPL3') @@ -58,7 +58,7 @@ build() { package_qupzilla() { pkgdesc="Cross-platform QtWebKit browser (Qt5), without non-privacy search engines" - depends=('qt5-webkit' 'qt5-script' 'hunspell' 'desktop-file-utils' 'hicolor-icon-theme') + depends=('qt5-webkit' 'qt5-script' 'qt5-x11extras' 'hunspell' 'desktop-file-utils' 'hicolor-icon-theme') optdepends=('kwallet: kf5 kwallet integration' 'libgnome-keyring: gnome keyring integration') provides=('qupzilla-qt5') |