summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Stinus2017-06-15 00:24:23 +0800
committerNicolas Stinus2017-06-15 00:27:22 +0800
commit18b77a200cb91c4d1ed89bf3897050ab49f8f570 (patch)
tree43da3c7c088f5ee05de9b9ca030f9314c4b73957
parent05ef660c30980cbe5ac6e269957ca61c76dded41 (diff)
downloadaur-18b77a200cb91c4d1ed89bf3897050ab49f8f570.tar.gz
Allow NORDVPN_COMMIT variable to easily build different versions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b4f581243a6..ccf63363cc9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,7 @@ pkgbase = openvpn-nordvpn
optdepends = vpnfailsafe-git: use instead of update-resolv-conf if available
optdepends = python-pandas: run nordvpn infos command
provides = nordvpn
- source = git+https://github.com/nstinus/nordvpn.git#branch=master
+ source = git+https://github.com/nstinus/nordvpn.git#commit=v0.1-9-g8dfce11
sha1sums = SKIP
pkgname = openvpn-nordvpn
diff --git a/PKGBUILD b/PKGBUILD
index 9c2e5764533d..2bd677ec6808 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ optdepends=('iputils: run ping and rank functions'
'python-pandas: run nordvpn infos command')
makedepends=('coreutils' 'pandoc')
provides=('nordvpn')
-source=("git+https://github.com/nstinus/nordvpn.git#branch=${NORDVPN_BRANCH:-master}")
+source=("git+https://github.com/nstinus/nordvpn.git#commit=${NORDVPN_COMMIT:-v0.1-9-g8dfce11}")
sha1sums=('SKIP')
install=${pkgname}.install