summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kobel2022-01-29 12:17:08 +0100
committerAlexander Kobel2022-01-29 12:17:08 +0100
commitf718ebd3088a2b6988d237a4983deb2a611d3fdc (patch)
tree0843efda6587c9698398175acb670e1b35b141d8
parent38f3ca8fde9f25fa8d13b83398cc3dff19a29bde (diff)
downloadaur-vpn-slice.tar.gz
Update to v0.16.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cdbaf89cef1..b557c1df4e56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,16 @@
pkgbase = vpn-slice
pkgdesc = vpnc-script replacement for easy and secure split-tunnel VPN setup
- pkgver = 0.15
+ pkgver = 0.16.1
pkgrel = 1
url = https://github.com/dlenski/vpn-slice
arch = any
license = GPL3
makedepends = python-setuptools
depends = python
- depends = python-setproctitle
depends = python-dnspython
- depends = bind-tools
depends = iproute2
depends = iptables
- source = https://github.com/dlenski/vpn-slice/archive/v0.15.tar.gz
- md5sums = a64e87e93a5021df84064d24cab175df
+ source = https://github.com/dlenski/vpn-slice/archive/v0.16.1.tar.gz
+ b2sums = 8b49c04cfb70d27dffd6348438c25e8826cf272d3de197fc75a1d2275ddbf4bb5cccbeb1ba52886641afd7743d2fd40b2d0a7b8780bb80233250db25b8fdbaf0
pkgname = vpn-slice
-
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}"