summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c67c8bb619c9..aa969aaf0489 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Alexander Kobel <a-kobel@a-kobel.de>
pkgname=vpn-slice
-pkgver=0.15
+pkgver=0.16.1
pkgrel=1
pkgdesc='vpnc-script replacement for easy and secure split-tunnel VPN setup'
arch=('any')
url="https://github.com/dlenski/${pkgname}"
license=('GPL3')
-depends=(python python-setproctitle python-dnspython bind-tools iproute2 iptables)
+depends=(python python-dnspython iproute2 iptables)
makedepends=(python-setuptools)
source=("${url}/archive/v${pkgver}.tar.gz")
-md5sums=('a64e87e93a5021df84064d24cab175df')
+b2sums=('8b49c04cfb70d27dffd6348438c25e8826cf272d3de197fc75a1d2275ddbf4bb5cccbeb1ba52886641afd7743d2fd40b2d0a7b8780bb80233250db25b8fdbaf0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"