From 5ff041f1eb6d0132988d3906e6e0a0582a42f369 Mon Sep 17 00:00:00 2001 From: plumeus Date: Mon, 6 Jul 2020 18:34:18 +0900 Subject: [PATCH] torbrowser-launcher: add dbus-glib dependency --- srcpkgs/torbrowser-launcher/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template index a80991b7aed..6079956091f 100644 --- a/srcpkgs/torbrowser-launcher/template +++ b/srcpkgs/torbrowser-launcher/template @@ -1,11 +1,11 @@ # Template file for 'torbrowser-launcher' pkgname=torbrowser-launcher version=0.3.2 -revision=3 +revision=4 archs="i686 x86_64" # limited by Tor Browser itself build_style=python3-module hostmakedepends="gettext python3-setuptools" -depends="python3-PyQt5 python3-gpg python3-requests python3-pysocks gnupg2 tor" +depends="python3-PyQt5 python3-gpg python3-requests python3-pysocks gnupg2 tor dbus-glib" short_desc="Securely download, verify and run Tor Browser" maintainer="Daniel Eyßer " license="MIT"