torbrowser-launcher: not depends on gnupg

torbrowser-launcher verifies gpg signature via python3-gpg
This commit is contained in:
Đoàn Trần Công Danh 2022-11-09 09:47:07 +07:00
parent 1db1b65fb5
commit 43655899f4
1 changed files with 4 additions and 2 deletions

View File

@ -1,12 +1,14 @@
# Template file for 'torbrowser-launcher' # Template file for 'torbrowser-launcher'
pkgname=torbrowser-launcher pkgname=torbrowser-launcher
version=0.3.5 version=0.3.5
revision=4 revision=5
archs="i686 x86_64" # limited by Tor Browser itself archs="i686 x86_64" # limited by Tor Browser itself
build_style=python3-module build_style=python3-module
hostmakedepends="gettext python3-distro python3-setuptools" hostmakedepends="gettext python3-distro python3-setuptools"
depends="python3-PyQt5 python3-gpg python3-requests python3-pysocks gnupg2 tor dbus-glib depends="python3-PyQt5 python3-gpg python3-requests python3-pysocks tor dbus-glib
python3-packaging" python3-packaging"
checkdepends="python3-PyQt5 python3-gpg python3-requests python3-pysocks gnupg tor
dbus-glib python3-packaging"
short_desc="Securely download, verify and run Tor Browser" short_desc="Securely download, verify and run Tor Browser"
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>" maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
license="MIT" license="MIT"