network/protonvpn-cli: REQUIRES updated for renamed python deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-05-15 02:37:43 -06:00 committed by Willy Sudiarto Raharjo
parent dec68c60a4
commit 409da0cbc5
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -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}

View file

@ -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"