summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 423b5be35fe8..1acab8f0b485 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=openvpn-nordvpn
pkgver=0.1.38
-pkgrel=1
+pkgrel=2
pkgdesc="OpenVPN helper script for nordvpn.com"
arch=(any)
url="https://github.com/nstinus/nordvpn"
@@ -21,7 +21,7 @@ optdepends=('iputils: run ping and rank functions'
'python-pandas: run nordvpn infos command'
'bash-completion: auto-complete commands'
'jq: pick recommended server for "start" command')
-makedepends=('coreutils' 'asciidoc')
+makedepends=('coreutils' 'asciidoc' 'git')
provides=('nordvpn')
source=("git+https://github.com/nstinus/nordvpn.git#commit=${NORDVPN_COMMIT:-v0.1-38-g4cc2fc1}")
sha1sums=('SKIP')