summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul Nicholson2018-07-09 19:42:29 -0700
committerPaul Nicholson2018-07-09 19:42:29 -0700
commitbf35d698ef1091a03cd02ade16c9477ca5e5b9d0 (patch)
tree68d6b3b6b342f01955269c7ff358a8cb6b368bb2 /PKGBUILD
parent3f8de1e7f4e36d2df3d397e477c899a715429d4f (diff)
downloadaur-bf35d698ef1091a03cd02ade16c9477ca5e5b9d0.tar.gz
add missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7138617c8204..fde5bd0f3154 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
_name=openpyn
pkgname=openpyn-nordvpn
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
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')
+depends=('openvpn' 'systemd' 'python-requests' 'python-colorama' 'wget' 'unzip')
makedepends=('python-setuptools')
install="${pkgname}.install"
source=("${_name}-${pkgver}.tar.gz::https://github.com/jotyGill/openpyn-nordvpn/releases/download/${pkgver}/${_name}-2.2.tar.gz")