summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Kobel2019-12-10 19:12:26 +0100
committerAlexander Kobel2019-12-10 19:12:26 +0100
commitbe6d237c6e1642956f8a2944ac3d8d1d61b1bb61 (patch)
tree03fe45db062dd83ff8c87b37952365011f9b09c4 /PKGBUILD
parent1c7ceab48bb7c3448c079134df3b081e1df41f54 (diff)
downloadaur-be6d237c6e1642956f8a2944ac3d8d1d61b1bb61.tar.gz
add python-setproctitle dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')