protonvpn-cli: add missing dependency
This commit is contained in:
parent
f6877097c0
commit
d65c4bc283
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'protonvpn-cli'
|
||||
pkgname=protonvpn-cli
|
||||
version=2.2.11
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="linux-cli-community-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
depends="openvpn python3-pythondialog python3-docopt python3-requests python3-Jinja2"
|
||||
depends="openvpn python3-pythondialog python3-docopt python3-requests
|
||||
python3-Jinja2 python3-distro"
|
||||
short_desc="Linux command-line client for ProtonVPN written in Python"
|
||||
maintainer="svenper <svenper@tuta.io>"
|
||||
license="GPL-3.0-or-later"
|
||||
|
|
Loading…
Reference in New Issue