aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorexprez1352019-11-27 10:49:58 -0600
committerexprez1352019-11-27 10:49:58 -0600
commit10b5f30452c1d3ec02ccaba9b8a9498acda22d8e (patch)
treee7bbefcb1ee58420e509409c5296224fd6512748
parent398f815a6219088ec323c2178f8a2cc8fad97c25 (diff)
downloadaur-10b5f30452c1d3ec02ccaba9b8a9498acda22d8e.tar.gz
Updated dependencies to include pythondialog and python-setuptools
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6b4edb0fd91..8e8ca9c40bc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = protonvpn-cli-ng
pkgdesc = ProtonVPN CLI tool for protonvpn.com
pkgver = 2.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ProtonVPN/protonvpn-cli-ng
arch = any
license = GPLv3
makedepends = git
depends = openvpn
- depends = python3
+ depends = python
depends = dialog
+ depends = python-pythondialog
+ depends = python-setuptools
replaces = protonvpn-cli
source = git+https://github.com/ProtonVPN/protonvpn-cli-ng.git
md5sums = SKIP
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")