summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan2016-10-27 19:10:17 -0400
committerJuan2016-10-27 19:10:17 -0400
commit85517860025e3aaa044634d43c7428d643eec480 (patch)
tree79bfc1fd1c1cd78b8fc5b6fd6a7e5d0070628a2c
parent49b116ceb3a08a4c139cf6bcd9092ee5e6daf38b (diff)
downloadaur-85517860025e3aaa044634d43c7428d643eec480.tar.gz
upload
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 723b3fa9d2ea..3678f8de637f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vpnks
pkgdesc = VPNKS protects you against leaks caused by disconnetction
- pkgver = 0.1
+ pkgver = 1.0
pkgrel = 1
url = https://github.com/plasticbrain/vpnkillswitch
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 63e04596f7c9..6cdc248aeb17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Egger
pkgname=vpnks
-pkgver=0.1
+pkgver=1.0
pkgrel=1
pkgdesc="VPNKS protects you against leaks caused by disconnetction"
arch=('any')
@@ -24,6 +24,7 @@ package() {
do
install -D -m644 "${file}" "${pkgdir}/usr/bin/"
done
+ echo "If you've questions about this package, please read: http://mikeeverhart.net/2015/12/vpn-killswitch-bash-script/"
}
# vim:set ts=2 sw=2 et: