summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Stinus2017-05-25 11:27:48 -0500
committerNicolas Stinus2017-05-25 11:34:30 -0500
commit99e7009fc42652d32ba0693482cba04344cf6f5c (patch)
tree05f0869a41c144b51b331b88f16425db8c9a5376 /PKGBUILD
parent9f38856e2db5eaca13e7ebf5f03dcdde11c47eeb (diff)
downloadaur-99e7009fc42652d32ba0693482cba04344cf6f5c.tar.gz
Switch to storing the script on github.com
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() {