summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Stinus2017-12-03 22:36:03 +0800
committerNicolas Stinus2017-12-03 22:36:03 +0800
commit2d47706d897620e94173e3d6455d61ca4e49e5b7 (patch)
treecf760cb91349a934c02cc8de8c4bc58629516bdd
parenta0a8e41d1fe60e3d91e6ca9f748e422c5099489a (diff)
downloadaur-2d47706d897620e94173e3d6455d61ca4e49e5b7.tar.gz
Add missing fping dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78b9df92e1f8..b35c22c9b3fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
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'