summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2015-08-29 23:38:39 +0200
committerAntonio Rojas2015-08-29 23:38:39 +0200
commit7cc97421fd2cb5df473a34c64c862d6d6f5f3880 (patch)
tree6b1ffed9df53ec8327c2d357b0b707f7d3d633ae
parent3152f88eeefef97804481a852132eb661a9fbb7f (diff)
downloadaur-7cc97421fd2cb5df473a34c64c862d6d6f5f3880.tar.gz
Add sshfs optdepend
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d790aab89d70..40bced61d6bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,7 @@ pkgbase = kdeconnect-git
depends = libfakekey
depends = hicolor-icon-theme
depends = kwayland
+ optdepends = sshfs: remote filesystem browser
provides = kdeconnect
conflicts = kdeconnect-frameworks
conflicts = kdeconnect
diff --git a/PKGBUILD b/PKGBUILD
index 20ec08ded611..3bfa0198e464 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
license=(GPL2)
depends=(kio kcmutils qca-qt5 libfakekey hicolor-icon-theme kwayland)
makedepends=(extra-cmake-modules git python)
+optdepends=('sshfs: remote filesystem browser')
provides=(kdeconnect)
conflicts=(kdeconnect-frameworks kdeconnect)
source=("git://anongit.kde.org/kdeconnect-kde.git")