summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrgreenblatt2021-10-31 23:07:24 +0000
committerrgreenblatt2021-10-31 23:07:24 +0000
commit428343d3cbe328b985c6781a9421dd8dc0621e36 (patch)
tree79f28765fec7b434be036c62c0efe67c7e7aec41 /PKGBUILD
parentb395be428398817c943f50cf9107f18caa7e184b (diff)
downloadaur-428343d3cbe328b985c6781a9421dd8dc0621e36.tar.gz
Fixed deps (also bumped version)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2bf76b7304ef..2a641f3f0593 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: Paul Nicholson <brenix@gmail.com>
pkgname=openpyn-nordvpn
-pkgver=2.2.0.r308.gbd993a0
+pkgver=3.0.0.r0.g74a2c4d
pkgrel=1
pkgdesc="Easily connect to and switch between OpenVPN servers hosted by NordVPN"
provides=('python-openpyn' 'openpyn-nordvpn')
arch=('any')
url="https://github.com/jotyGill/openpyn-nordvpn"
license=('GPLv3')
-depends=('openvpn' 'systemd' 'python-humanfriendly' 'python-requests' 'python-colorama' 'python-coloredlogs' 'python-verboselogs' 'wget' 'unzip')
+depends=('openvpn' 'systemd' 'python-humanfriendly' 'python-requests' 'python-colorama' 'python-coloredlogs' 'python-verboselogs' 'python-tqdm' 'python-jsonschema' 'wget' 'unzip')
makedepends=('python-setuptools')
install="${pkgname}.install"
source=("${pkgname}::git+https://github.com/jotyGill/openpyn-nordvpn.git")