aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wireguard-tools
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-04-04 17:21:06 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2018-04-10 14:13:02 +0000
commitd2466648e56e5512ef0bdc87216d6b212ed45906 (patch)
tree48c95a7cd5074118892e11b1dbf62c3b8c9af63e /testing/wireguard-tools
parent11167c4f681efaeaa0d314cc5024b75dc61fc242 (diff)
Revert "testing/wireguard-tools: depends on bash"
This reverts commit 548c24ea1e19b3739a24556248ebbde4f300e14a, which was snuck in while I was on vacation. There are users of Alpine+WireGuard who don't need or use wg-quick and thus don't need or use bash. This therefore should not be a required dependency of the package. This also breaks the pkgrel consistency with the kernel packages. So, we revert. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Fixes: #3640
Diffstat (limited to 'testing/wireguard-tools')
-rw-r--r--testing/wireguard-tools/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/wireguard-tools/APKBUILD b/testing/wireguard-tools/APKBUILD
index dbad10ef9b1..5fd44e5031d 100644
--- a/testing/wireguard-tools/APKBUILD
+++ b/testing/wireguard-tools/APKBUILD
@@ -3,12 +3,11 @@
pkgname=wireguard-tools
pkgver=0.0.20180304
-pkgrel=2
+pkgrel=3
pkgdesc="Next generation secure network tunnel: userspace tools"
arch='all'
url='https://www.wireguard.com'
license="GPL-2.0"
-depends="bash"
makedepends="libmnl-dev"
subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp:noarch"
options="!check"