Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id CF82C7819C2 for <~alpine/aports@lists.alpinelinux.org>; Sun, 1 Sep 2019 12:26:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1567340776; bh=NJ1ufLV/m4bLiYtCMLcdFVvZ367EgPSfdHWii/IB7Bs=; h=From:To:Cc:Subject:Date; b=VJ9RWxCA6LvC0dHHWoPpilfjnWhO4H/aCaNajrFg+esU7ZpZ0H33KexAqzhXqlLf3 oSmDSOTwheJQv0MW4rPGFsRCnZWjGPornS1iO6JpqE3ZDu/UtZBk5oS6XxoIRTO4UO 9up5hdHjkWNefhniB85PT3vZ94mvgo5+u8Dg7EFo= From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] main/sshfs: add fuse3 dependency Date: Sun, 1 Sep 2019 21:26:00 +0900 Message-Id: <20190901122600.6107-1-sir@cmpwn.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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