summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2022-07-31 21:08:12 +0200
committerNarrat2022-07-31 21:08:12 +0200
commit7bb5a3d9d28b8c92644d9bf47baa9dd31a7545c6 (patch)
tree0fbc628f908cf5656cffc0d05e8f4e2499bf7b5c /PKGBUILD
parent9a4d58afe8f552461c1a0a76a0c4ccc07f633618 (diff)
downloadaur-pvpn.tar.gz
pvpn: change bind-tools to bind
bind provides bind-tools and will do so for the forseeable future, but for correctness let's change the dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7fc16e10bdc..12357a321ae9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="VPN over SSH"
arch=('any')
url="https://github.com/halhen/pvpn"
license=('BSD')
-depends=('iproute2' 'openssh' 'bind-tools' 'ppp')
+depends=('iproute2' 'openssh' 'bind' 'ppp')
makedepends=('git' 'asciidoc')
source=('git+https://github.com/takeshixx/pvpn.git')
md5sums=('SKIP')