From 7ee6cf5e514406dc74211f278e184e5a07811036 Mon Sep 17 00:00:00 2001 From: plumeus Date: Mon, 6 Jul 2020 18:34:18 +0900 Subject: [PATCH 1/2] Add dbus-glib to the list of dependencies --- srcpkgs/torbrowser-launcher/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template index a80991b7aed..0b80f868840 100644 --- a/srcpkgs/torbrowser-launcher/template +++ b/srcpkgs/torbrowser-launcher/template @@ -5,7 +5,7 @@ revision=3 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" From 0eb2dbe730c09715cdb61e385f81196c09b8b4c9 Mon Sep 17 00:00:00 2001 From: plumeus Date: Mon, 6 Jul 2020 18:50:37 +0900 Subject: [PATCH 2/2] Forgot to change revision number --- srcpkgs/torbrowser-launcher/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template index 0b80f868840..6079956091f 100644 --- a/srcpkgs/torbrowser-launcher/template +++ b/srcpkgs/torbrowser-launcher/template @@ -1,7 +1,7 @@ # 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"