~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] main/sshfs: add fuse3 dependency

Details
Message ID
<20190901122600.6107-1-sir@cmpwn.com>
DKIM signature
missing
Download raw message
Patch: +1 -1
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
Reply to thread Export thread (mbox)