aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-05-15 02:37:43 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-27 07:17:21 +0700
commit409da0cbc541a07bc91bf0a41dec80431cf3217c (patch)
treeb5f8ffb75255f7b6717ef3994da617eb16ecb32d /network
parentdec68c60a4d7e2877f908afde43b95d073b02fd1 (diff)
network/protonvpn-cli: REQUIRES updated for renamed python deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/protonvpn-cli/protonvpn-cli.SlackBuild2
-rw-r--r--network/protonvpn-cli/protonvpn-cli.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/network/protonvpn-cli/protonvpn-cli.SlackBuild b/network/protonvpn-cli/protonvpn-cli.SlackBuild
index 8477a7631aaac..cf7b1313bf59c 100644
--- a/network/protonvpn-cli/protonvpn-cli.SlackBuild
+++ b/network/protonvpn-cli/protonvpn-cli.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=protonvpn-cli
SRCNAM=linux-cli-community
VERSION=${VERSION:-2.2.11}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/network/protonvpn-cli/protonvpn-cli.info b/network/protonvpn-cli/protonvpn-cli.info
index 7ced14300038c..5fa4360a4c8e3 100644
--- a/network/protonvpn-cli/protonvpn-cli.info
+++ b/network/protonvpn-cli/protonvpn-cli.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/Rafficer/linux-cli-community/archive/refs/tags/v2.2
MD5SUM="851e340eb2f419129844cd084c9d17ec"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="docopt python3-pythondialog"
+REQUIRES="python3-docopt python3-pythondialog"
MAINTAINER="Erich Ritz"
EMAIL="erich.public@protonmail.com"