diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-02-08 22:52:33 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-02-08 23:03:48 -0300 |
commit | 777d55cbef3712ce64d8176b8840449abf9cd3f0 (patch) | |
tree | a53c1653e93e4faf5362405086509a0c3f4f51fc /libre/qupzilla | |
parent | 60f09d80b798ca34da1a90aecc7b1aa00d4af2c5 (diff) | |
download | abslibre-777d55cbef3712ce64d8176b8840449abf9cd3f0.tar.gz abslibre-777d55cbef3712ce64d8176b8840449abf9cd3f0.tar.bz2 abslibre-777d55cbef3712ce64d8176b8840449abf9cd3f0.zip |
qupzilla-2.1.0-2.parabola1: bump to Arch's revision
* add missing qt5-svg dependency - FS#52854 -> https://bugs.archlinux.org/task/52854
* remove hunspell dependency - FS#52894 -> https://bugs.archlinux.org/task/52894
Diffstat (limited to 'libre/qupzilla')
-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 b7b0bc6c0..723e41ea5 100644 --- a/libre/qupzilla/PKGBUILD +++ b/libre/qupzilla/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 209884 2017-02-04 12:36:10Z arojas $ +# $Id: PKGBUILD 211188 2017-02-08 09:04:24Z arojas $ # Maintainer (Arch): speps <speps at aur dot archlinux dot org> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=qupzilla pkgver=2.1.0 -pkgrel=1.parabola1 +pkgrel=2.parabola1 pkgdesc="Cross-platform QtWebEngine browser, without non-privacy search engines" arch=(i686 x86_64 armv7h) url="http://www.qupzilla.com/" license=('GPL3') -depends=('qt5-webengine' 'qt5-x11extras' 'hunspell') +depends=('qt5-webengine' 'qt5-x11extras' 'qt5-svg' 'hicolor-icon-theme') makedepends=('qt5-tools' 'kwallet' 'libgnome-keyring') optdepends=('bash-completion: bash completion support' 'kwallet: kf5 kwallet integration' 'libgnome-keyring: gnome keyring integration') |