summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Stinus2017-12-03 22:36:03 +0800
committerNicolas Stinus2017-12-03 22:36:03 +0800
commit2d47706d897620e94173e3d6455d61ca4e49e5b7 (patch)
treecf760cb91349a934c02cc8de8c4bc58629516bdd /PKGBUILD
parenta0a8e41d1fe60e3d91e6ca9f748e422c5099489a (diff)
downloadaur-2d47706d897620e94173e3d6455d61ca4e49e5b7.tar.gz
Add missing fping dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe776378fe4b..8089818f1f44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=openvpn-nordvpn
pkgver=0.1.32
-pkgrel=1
+pkgrel=2
pkgdesc="OpenVPN helper script for nordvpn.com"
arch=(any)
url="https://github.com/nstinus/nordvpn"
@@ -14,7 +14,8 @@ depends=('openvpn'
'unzip'
'sudo'
'coreutils'
- 'bc')
+ 'bc'
+ 'fping')
optdepends=('iputils: run ping and rank functions'
'vpnfailsafe-git: use instead of update-resolv-conf if available'
'python-pandas: run nordvpn infos command'