summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Kobel2022-01-29 12:17:08 +0100
committerAlexander Kobel2022-01-29 12:17:08 +0100
commitf718ebd3088a2b6988d237a4983deb2a611d3fdc (patch)
tree0843efda6587c9698398175acb670e1b35b141d8 /PKGBUILD
parent38f3ca8fde9f25fa8d13b83398cc3dff19a29bde (diff)
downloadaur-f718ebd3088a2b6988d237a4983deb2a611d3fdc.tar.gz
Update to v0.16.1
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}"