summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Stinus2017-07-03 08:14:02 +0800
committerNicolas Stinus2017-07-03 08:14:02 +0800
commit34c200a784b1e971338badb30ea1a797c1de7541 (patch)
treec7718ea82d88dbd6dd87216635fc5f2ccf404ba1
parent730f015a83a7a14134086b98609e693935cefba4 (diff)
downloadaur-34c200a784b1e971338badb30ea1a797c1de7541.tar.gz
Pull upstream fixes and enhancements
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 185c8c0eac90..0afcdbb433ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openvpn-nordvpn
pkgdesc = OpenVPN helper script for nordvpn.com
- pkgver = 0.1.17
+ pkgver = 0.1.19
pkgrel = 1
url = https://github.com/nstinus/nordvpn
install = openvpn-nordvpn.install
@@ -21,7 +21,7 @@ pkgbase = openvpn-nordvpn
optdepends = python-pandas: run nordvpn infos command
optdepends = bash-completion: auto-complete commands
provides = nordvpn
- source = git+https://github.com/nstinus/nordvpn.git#commit=v0.1-17-g18aec91
+ source = git+https://github.com/nstinus/nordvpn.git#commit=v0.1-19-g1dbfe40
sha1sums = SKIP
pkgname = openvpn-nordvpn
diff --git a/PKGBUILD b/PKGBUILD
index a2debe2fd13e..aa72254cdc97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nicolas Stinus <nicolas.stinus@gmail.com>
pkgname=openvpn-nordvpn
-pkgver=0.1.17
+pkgver=0.1.19
pkgrel=1
pkgdesc="OpenVPN helper script for nordvpn.com"
arch=(any)
@@ -21,7 +21,7 @@ optdepends=('iputils: run ping and rank functions'
'bash-completion: auto-complete commands')
makedepends=('coreutils' 'pandoc')
provides=('nordvpn')
-source=("git+https://github.com/nstinus/nordvpn.git#commit=${NORDVPN_COMMIT:-v0.1-17-g18aec91}")
+source=("git+https://github.com/nstinus/nordvpn.git#commit=${NORDVPN_COMMIT:-v0.1-19-g1dbfe40}")
sha1sums=('SKIP')
install=${pkgname}.install