~alpine/aports

main/sshfs: add fuse3 dependency v1 PROPOSED

Drew DeVault: 1
 main/sshfs: add fuse3 dependency

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2950/mbox | git am -3
Learn more about email & git

[PATCH] main/sshfs: add fuse3 dependency Export this patch

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