diff options
author | Nicolas Stinus | 2017-12-03 22:36:03 +0800 |
---|---|---|
committer | Nicolas Stinus | 2017-12-03 22:36:03 +0800 |
commit | 2d47706d897620e94173e3d6455d61ca4e49e5b7 (patch) | |
tree | cf760cb91349a934c02cc8de8c4bc58629516bdd /.SRCINFO | |
parent | a0a8e41d1fe60e3d91e6ca9f748e422c5099489a (diff) | |
download | aur-2d47706d897620e94173e3d6455d61ca4e49e5b7.tar.gz |
Add missing fping dependency
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ pkgbase = openvpn-nordvpn pkgdesc = OpenVPN helper script for nordvpn.com pkgver = 0.1.32 - pkgrel = 1 + pkgrel = 2 url = https://github.com/nstinus/nordvpn install = openvpn-nordvpn.install arch = any @@ -16,6 +16,7 @@ pkgbase = openvpn-nordvpn depends = sudo depends = coreutils depends = bc + depends = fping optdepends = iputils: run ping and rank functions optdepends = vpnfailsafe-git: use instead of update-resolv-conf if available optdepends = python-pandas: run nordvpn infos command |