summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2022-07-31 21:08:12 +0200
committerNarrat2022-07-31 21:08:12 +0200
commit7bb5a3d9d28b8c92644d9bf47baa9dd31a7545c6 (patch)
tree0fbc628f908cf5656cffc0d05e8f4e2499bf7b5c
parent9a4d58afe8f552461c1a0a76a0c4ccc07f633618 (diff)
downloadaur-7bb5a3d9d28b8c92644d9bf47baa9dd31a7545c6.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
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10cc6c404042..7c869b8c88d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,10 +9,9 @@ pkgbase = pvpn
makedepends = asciidoc
depends = iproute2
depends = openssh
- depends = bind-tools
+ depends = bind
depends = ppp
source = git+https://github.com/takeshixx/pvpn.git
md5sums = SKIP
pkgname = pvpn
-
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')