summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Stinus2017-10-04 22:03:27 +0800
committerNicolas Stinus2017-10-04 22:03:27 +0800
commitafe172296fbf43a5a56ee79630dc7479c933a7c0 (patch)
treece1fa5d097a6c16c299cc35a6b7133934f9cd636
parentbeefefe294fa227cb691c630cee363f51849b3d9 (diff)
downloadaur-afe172296fbf43a5a56ee79630dc7479c933a7c0.tar.gz
Follow up to fix; restore config file download
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2010cfec2120..2ba17cdc38ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openvpn-nordvpn
pkgdesc = OpenVPN helper script for nordvpn.com
- pkgver = 0.1.26
+ pkgver = 0.1.28
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-26-ge1814bb
+ source = git+https://github.com/nstinus/nordvpn.git#commit=v0.1-28-gb4e744d
sha1sums = SKIP
pkgname = openvpn-nordvpn
diff --git a/PKGBUILD b/PKGBUILD
index 41278156202c..8129c01d6275 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nicolas Stinus <nicolas.stinus@gmail.com>
pkgname=openvpn-nordvpn
-pkgver=0.1.26
+pkgver=0.1.28
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' 'asciidoc')
provides=('nordvpn')
-source=("git+https://github.com/nstinus/nordvpn.git#commit=${NORDVPN_COMMIT:-v0.1-26-ge1814bb}")
+source=("git+https://github.com/nstinus/nordvpn.git#commit=${NORDVPN_COMMIT:-v0.1-28-gb4e744d}")
sha1sums=('SKIP')
install=${pkgname}.install