aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorexprez1352019-11-27 11:52:04 -0600
committerexprez1352019-11-27 11:52:04 -0600
commit0f2e9262109d653ac94096fcc11cf5beba308b7a (patch)
treee91f8818cb8111bfb3e131710d7515d8b51bbd87
parent10b5f30452c1d3ec02ccaba9b8a9498acda22d8e (diff)
downloadaur-0f2e9262109d653ac94096fcc11cf5beba308b7a.tar.gz
Added dependencies python-docopt and python-requests
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e8ca9c40bc6..f0b8ad653d41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = protonvpn-cli-ng
pkgdesc = ProtonVPN CLI tool for protonvpn.com
pkgver = 2.1.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ProtonVPN/protonvpn-cli-ng
arch = any
license = GPLv3
@@ -11,6 +11,8 @@ pkgbase = protonvpn-cli-ng
depends = dialog
depends = python-pythondialog
depends = python-setuptools
+ depends = python-docopt
+ depends = python-requests
replaces = protonvpn-cli
source = git+https://github.com/ProtonVPN/protonvpn-cli-ng.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8bc94375e0d4..0e3093c50432 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=protonvpn-cli-ng
pkgver=2.1.2
-pkgrel=2
+pkgrel=3
pkgdesc="ProtonVPN CLI tool for protonvpn.com"
arch=("any")
url="https://github.com/ProtonVPN/protonvpn-cli-ng"
license=("GPLv3")
-depends=("openvpn" "python" "dialog" "python-pythondialog" "python-setuptools")
+depends=("openvpn" "python" "dialog" "python-pythondialog" "python-setuptools" "python-docopt" "python-requests")
makedepends=("git")
replaces=("protonvpn-cli")
source=("git+https://github.com/ProtonVPN/protonvpn-cli-ng.git")