summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJuan2017-01-31 18:20:56 -0400
committerJuan2017-01-31 18:20:56 -0400
commit49e7c7676d1bb9772ca5f1465aa60f7d345049bd (patch)
treeec4a0a17e1947f683ed71247651d955b4af2fa56 /PKGBUILD
parentd5839e79a20ef20bcc443c1a11f2b0eaa1c52c57 (diff)
downloadaur-49e7c7676d1bb9772ca5f1465aa60f7d345049bd.tar.gz
makes easy use vpndemon
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e51563248b6f..355738f2ab2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
#gpg key avaible at gpg --keyserver pgp.mit.edu --recv-keys DB68D18158C19A535A538524507F8DFE0C99485B
pkgname=vpndemon
pkgver=3.0
-pkgrel=5
+pkgrel=6
pkgdesc="VPNKS protects you against leaks caused by disconnetction"
arch=('any')
url="https://github.com/plasticbrain/vpnkillswitch"
@@ -25,6 +25,7 @@ package() { mkdir -p "${pkgdir}/usr/bin"
echo "If you've questions about this package, please read: http://mikeeverhart.net/2015/12/vpn-killswitch-bash-script/"
echo "For recovery your connection please run # vpnkillswitch up"
mv ${pkgdir}/usr/bin/vpndemon.sh ${pkgdir}/usr/bin/vpndemon
+ chmod +x ${pkgdir}/usr/bin/vpndemon
}