The -libs package was recently split from the fuse package, which is now
rigged up as the libs dependency instead of fuse3. However, sshfs
depends on the binaries from the fuse3 package, so the dependency needs
to be explicit.
---
main/sshfs/APKBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main/sshfs/APKBUILD b/main/sshfs/APKBUILD
index 9c6d0005ba..ebf81f6575 100644
--- a/main/sshfs/APKBUILD+++ b/main/sshfs/APKBUILD
@@ -6,7 +6,7 @@ pkgdesc="FUSE client based on the SSH File Transfer Protocol"
url="https://github.com/libfuse/sshfs"
arch="all"
license="GPL"
-depends="openssh-client"+depends="fuse3 openssh-client"makedepends="fuse3-dev glib-dev meson coreutils"
subpackages="$pkgname-doc"
source="https://github.com/libfuse/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz"
--
2.23.0