summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Stinus2017-06-01 22:52:03 +0800
committerNicolas Stinus2017-06-01 22:52:03 +0800
commit3ee48d7ad679d38b1eccd290e24af940df2072f8 (patch)
tree53d9bcd521908829a6c7349607e36d9a0d160e94 /PKGBUILD
parent99e7009fc42652d32ba0693482cba04344cf6f5c (diff)
downloadaur-3ee48d7ad679d38b1eccd290e24af940df2072f8.tar.gz
Fix previous commit and use latest upstream version (update only if needed)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1328024b6af..b5e63e854b21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nicolas Stinus <nicolas.stinus@gmail.com>
pkgname=openvpn-nordvpn
-pkgver=17.5.25
+pkgver=17.6.1
pkgrel=12
pkgdesc="OpenVPN helper script for nordvpn.com"
arch=(any)
@@ -12,10 +12,10 @@ optdepends=('iputils: run ping and rank functions'
'vpnfailsafe-git: use instead of update-resolv-conf if available')
makedepends=('coreutils')
provides=('nordvpn')
-source=('https://github.com/nstinus/nordvpn.git#8bedcb2')
+source=('git+https://github.com/nstinus/nordvpn.git#commit=2cff124')
sha1sums=('SKIP')
install=${pkgname}.install
package() {
- install -D -m 755 ../nordvpn $pkgdir/usr/bin/nordvpn
+ install -D -m 755 nordvpn/nordvpn $pkgdir/usr/bin/nordvpn
}