summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c3f3b4fdf05..87f8397ca0e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Ethan Brittain-Morby <ebm539 at protonmail dot com>
pkgname=dsvpn-git
pkgver=r192.ef05ec4
-pkgrel=1
+pkgrel=2
pkgdesc="A Dead Simple VPN."
arch=('any')
url="https://github.com/jedisct1/dsvpn"
license=('MIT')
-depends=()
-makedepends=(make gcc git)
+depends=('iproute2' 'gawk' 'iptables' 'procps-ng')
+makedepends=('make' 'gcc' 'git')
provides=(${pkgname%-git})
conflicts=(${pkgname%-git})
source=("git+https://github.com/jedisct1/dsvpn")