summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kobel2020-05-27 08:56:33 +0200
committerAlexander Kobel2020-05-27 08:56:33 +0200
commit16d0d817d79d7db029895687568e72d97937b034 (patch)
tree81c7534b3375e87105243ffa8fee7858062b9d25
parentae586b2410c4cf3ec47fa329138499298244c331 (diff)
downloadaur-16d0d817d79d7db029895687568e72d97937b034.tar.gz
Add missing python-dnspython dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bebbde065a87..a2b1284c72d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = vpn-slice
pkgdesc = vpnc-script replacement for easy and secure split-tunnel VPN setup
pkgver = 0.14
- pkgrel = 1
+ pkgrel = 2
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
diff --git a/PKGBUILD b/PKGBUILD
index 75b745cc9715..1552e70792d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=vpn-slice
pkgver=0.14
-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 python-setproctitle bind-tools iproute2 iptables)
+depends=(python python-setproctitle python-dnspython bind-tools iproute2 iptables)
makedepends=(python-setuptools)
source=("${url}/archive/v${pkgver}.tar.gz")
md5sums=('5c46a31da3a6080c0182776d54f84128')