summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f46f6a854c9..f1328024b6af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,19 @@
# Maintainer: Nicolas Stinus <nicolas.stinus@gmail.com>
pkgname=openvpn-nordvpn
-pkgver=17.5.24
-pkgrel=11
+pkgver=17.5.25
+pkgrel=12
pkgdesc="OpenVPN helper script for nordvpn.com"
arch=(any)
-url="http://www.nordvpn.com"
+url="https://github.com/nstinus/nordvpn"
license=('MIT')
depends=('openvpn' 'systemd' 'openvpn-update-resolv-conf-git' 'curl' 'unzip' 'coreutils')
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')
+sha1sums=('SKIP')
install=${pkgname}.install
package() {