summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kobel2019-12-10 19:12:26 +0100
committerAlexander Kobel2019-12-10 19:12:26 +0100
commitbe6d237c6e1642956f8a2944ac3d8d1d61b1bb61 (patch)
tree03fe45db062dd83ff8c87b37952365011f9b09c4
parent1c7ceab48bb7c3448c079134df3b081e1df41f54 (diff)
downloadaur-be6d237c6e1642956f8a2944ac3d8d1d61b1bb61.tar.gz
add python-setproctitle dependency
-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')