community/tailscale: depend on resolvconf

tailscale needs a compatible resolvconf command and there could
(downstream) be other providers of resolvconf besides openresolv. This
fixes the package so it can be used with these other providers.
This commit is contained in:
Clayton Craft 2025-12-09 15:26:11 -08:00 committed by Achill Gilgenast
parent a249b36b6e
commit 725cd049df

View File

@ -5,7 +5,7 @@
# Maintainer: Robert Günzler <r@gnzler.io>
pkgname=tailscale
pkgver=1.90.9
pkgrel=3
pkgrel=4
pkgdesc="The easiest, most secure way to use WireGuard and 2FA"
url="https://tailscale.com/"
license="BSD-3-Clause"
@ -13,7 +13,7 @@ license="BSD-3-Clause"
arch="all !s390x"
options="chmod-clean"
# see https://tailscale.com/kb/1188/linux-dns#dhcp-dhclient-overwriting-etcresolvconf
depends="openresolv"
depends="cmd:resolvconf"
makedepends="
go
linux-headers