summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Stinus2018-05-20 15:23:28 -0400
committerNicolas Stinus2018-05-20 15:23:28 -0400
commitea8a3a875f6b7c7b923df6364833051b7d9e1f20 (patch)
tree14354ecf4f515a860be1bf32172659900be73748
parent2d47706d897620e94173e3d6455d61ca4e49e5b7 (diff)
downloadaur-ea8a3a875f6b7c7b923df6364833051b7d9e1f20.tar.gz
Update to allow optional server name in start command
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b35c22c9b3fb..32088878853b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openvpn-nordvpn
pkgdesc = OpenVPN helper script for nordvpn.com
- pkgver = 0.1.32
- pkgrel = 2
+ pkgver = 0.1.34
+ pkgrel = 1
url = https://github.com/nstinus/nordvpn
install = openvpn-nordvpn.install
arch = any
@@ -21,8 +21,9 @@ pkgbase = openvpn-nordvpn
optdepends = vpnfailsafe-git: use instead of update-resolv-conf if available
optdepends = python-pandas: run nordvpn infos command
optdepends = bash-completion: auto-complete commands
+ optdepends = jq: pick recommended server for "start" command
provides = nordvpn
- source = git+https://github.com/nstinus/nordvpn.git#commit=v0.1-32-g3654c4f
+ source = git+https://github.com/nstinus/nordvpn.git#commit=v0.1-34-gdaf5ff0
sha1sums = SKIP
pkgname = openvpn-nordvpn
diff --git a/PKGBUILD b/PKGBUILD
index 8089818f1f44..ab1c5a3c72ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nicolas Stinus <nicolas.stinus@gmail.com>
pkgname=openvpn-nordvpn
-pkgver=0.1.32
-pkgrel=2
+pkgver=0.1.34
+pkgrel=1
pkgdesc="OpenVPN helper script for nordvpn.com"
arch=(any)
url="https://github.com/nstinus/nordvpn"
@@ -19,10 +19,11 @@ depends=('openvpn'
optdepends=('iputils: run ping and rank functions'
'vpnfailsafe-git: use instead of update-resolv-conf if available'
'python-pandas: run nordvpn infos command'
- 'bash-completion: auto-complete commands')
+ 'bash-completion: auto-complete commands'
+ 'jq: pick recommended server for "start" command')
makedepends=('coreutils' 'asciidoc')
provides=('nordvpn')
-source=("git+https://github.com/nstinus/nordvpn.git#commit=${NORDVPN_COMMIT:-v0.1-32-g3654c4f}")
+source=("git+https://github.com/nstinus/nordvpn.git#commit=${NORDVPN_COMMIT:-v0.1-34-gdaf5ff0}")
sha1sums=('SKIP')
install=${pkgname}.install