From 89c3cc3ebe05cbc9a0899e55fa8ac67bce688be2 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sun, 15 Oct 2017 15:24:19 -0700 Subject: [PATCH] qutebrowser: add dbus to depends Resolves #7124 --- srcpkgs/qutebrowser/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template index bf1108a10e1..41e41fea7ab 100644 --- a/srcpkgs/qutebrowser/template +++ b/srcpkgs/qutebrowser/template @@ -1,14 +1,14 @@ # Template file for 'qutebrowser' pkgname=qutebrowser version=1.0.1 -revision=1 +revision=2 noarch=yes build_style=python3-module pycompile_module="${pkgname}" hostmakedepends="python3-setuptools asciidoc" depends="python3-setuptools python3-PyQt5-webengine python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2 python3-yaml python3-attrs - python3-PyQt5-opengl python3-PyQt5-sql qt5-plugin-sqlite" + python3-PyQt5-opengl python3-PyQt5-sql qt5-plugin-sqlite dbus" short_desc="Keyboard-focused browser with a minimal GUI" maintainer="Eivind Uggedal " license="GPL-3"