summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3eeb2850ed1d..1e9245641f22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = vpn-slice
pkgdesc = vpnc-script replacement for easy and secure split-tunnel VPN setup
pkgver = 0.11
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dlenski/vpn-slice
arch = any
license = GPL3
makedepends = python-setuptools
depends = python
+ depends = python-setproctitle
depends = bind-tools
depends = iproute2
depends = iptables
diff --git a/PKGBUILD b/PKGBUILD
index 3e4ab0ba68b4..a78ccc310023 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=vpn-slice
pkgver=0.11
-pkgrel=1
+pkgrel=2
pkgdesc='vpnc-script replacement for easy and secure split-tunnel VPN setup'
arch=('any')
url="https://github.com/dlenski/${pkgname}"
license=('GPL3')
-depends=(python bind-tools iproute2 iptables)
+depends=(python python-setproctitle bind-tools iproute2 iptables)
makedepends=(python-setuptools)
source=("${url}/archive/v${pkgver}.tar.gz")
md5sums=('11bb3354eec0e935f2646d775752724d')