summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--network/netdrive-connector/README3
-rw-r--r--network/netdrive-connector/netdrive-connector.info2
2 files changed, 2 insertions, 3 deletions
diff --git a/network/netdrive-connector/README b/network/netdrive-connector/README
index 29036fe8d9..432280a924 100644
--- a/network/netdrive-connector/README
+++ b/network/netdrive-connector/README
@@ -9,5 +9,4 @@ Includes a GUI tool written in PyQt4 and command line tools as follows:
- add-webdav-connector : sets up a mountable webdav (davfs2) connection
- remove-webdav-connector : removes a mountable webdav (davfs2) connection
-Either one of the dependencies (davfs2, sshfs-fuse) can be left out,
-if you choose not to use that connection type.
+davfs2 can be left out if you choose not to use that connection type.
diff --git a/network/netdrive-connector/netdrive-connector.info b/network/netdrive-connector/netdrive-connector.info
index 02ffb0b05e..3b228f2dd9 100644
--- a/network/netdrive-connector/netdrive-connector.info
+++ b/network/netdrive-connector/netdrive-connector.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/ethoms/netdrive-connector/releases/download/v1.1/ne
MD5SUM="4cedc2949a7b3017f5db7c4b6d99404d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="davfs2 sshfs-fuse"
+REQUIRES="davfs2"
MAINTAINER="Euan Thoms"
EMAIL="euan at potensol dot com"