aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorexprez1352019-11-27 10:49:58 -0600
committerexprez1352019-11-27 10:49:58 -0600
commit10b5f30452c1d3ec02ccaba9b8a9498acda22d8e (patch)
treee7bbefcb1ee58420e509409c5296224fd6512748 /PKGBUILD
parent398f815a6219088ec323c2178f8a2cc8fad97c25 (diff)
downloadaur-10b5f30452c1d3ec02ccaba9b8a9498acda22d8e.tar.gz
Updated dependencies to include pythondialog and python-setuptools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f59b6997854..8bc94375e0d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
-# Maintainer: exprez135 <exprez135 at latour dot 33mail dot com>
+# Maintainer: exprez135 <exprezdev at pm dot me>
pkgname=protonvpn-cli-ng
pkgver=2.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="ProtonVPN CLI tool for protonvpn.com"
arch=("any")
url="https://github.com/ProtonVPN/protonvpn-cli-ng"
license=("GPLv3")
-depends=("openvpn" "python3" "dialog")
+depends=("openvpn" "python" "dialog" "python-pythondialog" "python-setuptools")
makedepends=("git")
replaces=("protonvpn-cli")
source=("git+https://github.com/ProtonVPN/protonvpn-cli-ng.git")