diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2021-03-22 05:41:15 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2021-03-22 05:48:06 -0400 |
commit | 38bdf682719355b8734af82e0696681e062f07d4 (patch) | |
tree | 092fef5e630e41d4ba5b5e9ce262a0513e7313a1 /libre/qutebrowser | |
parent | 65e9d8f4fd5cfd65e975a9a693cece7b3954abdf (diff) | |
download | abslibre-38bdf682719355b8734af82e0696681e062f07d4.tar.gz abslibre-38bdf682719355b8734af82e0696681e062f07d4.tar.bz2 abslibre-38bdf682719355b8734af82e0696681e062f07d4.zip |
[qutebrowser]: restore 'qt5-webkit' depends
Diffstat (limited to 'libre/qutebrowser')
-rw-r--r-- | libre/qutebrowser/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/qutebrowser/PKGBUILD b/libre/qutebrowser/PKGBUILD index c119bcfc1..8c587e237 100644 --- a/libre/qutebrowser/PKGBUILD +++ b/libre/qutebrowser/PKGBUILD @@ -1,7 +1,7 @@ -# Maintainer (Arch): Morten Linderud <foxboron@archlinux.org> -# Maintainer (Arch): Lukas Fleischer <lfleischer@archlinux.org> -# Contributor (Arch): Pierre Neidhardt <ambrevar@gmail.com> -# Contributor (Arch): Florian Bruhin (The Compiler) <archlinux.org@the-compiler.org> +# Maintainer (arch): Morten Linderud <foxboron@archlinux.org> +# Maintainer (arch): Lukas Fleischer <lfleischer@archlinux.org> +# Contributor: Pierre Neidhardt <ambrevar@gmail.com> +# Contributor: Florian Bruhin (The Compiler) <archlinux.org@the-compiler.org> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> # Contributor: André Silva <emulatorman@hyperbola.info> # Contributor: bill-auger <bill-auger@programmer.net> @@ -22,7 +22,7 @@ pkgdesc+=" and QtWebKit" arch=('armv7h' 'i686' 'x86_64') url="https://www.qutebrowser.org/" license=("GPL") -depends=("python-jinja" "python-pyqt5" "python-yaml" "qt5-base") +depends=("python-jinja" "python-pyqt5" "python-yaml" "qt5-base" "qt5-webkit") makedepends=("asciidoc" "python-setuptools") optdepends=("python-adblock: adblocking backend" "python-pygments" |