From 725cd049dfc27cb867f60fe5a0d47369fa616b35 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Tue, 9 Dec 2025 15:26:11 -0800 Subject: [PATCH] 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. --- community/tailscale/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/tailscale/APKBUILD b/community/tailscale/APKBUILD index 0caf2a3eb18..58f67a61f2c 100644 --- a/community/tailscale/APKBUILD +++ b/community/tailscale/APKBUILD @@ -5,7 +5,7 @@ # Maintainer: Robert Günzler 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