From f363b7b4e611d6aec2eb1920fc9cad6bf0c67970 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 29 Aug 2012 08:12:08 +0200 Subject: [PATCH] sshfs-fuse: depend on openssh>=6.1p1. --- srcpkgs/sshfs-fuse/template | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/srcpkgs/sshfs-fuse/template b/srcpkgs/sshfs-fuse/template index 5eab5e90a1..c2c001008c 100644 --- a/srcpkgs/sshfs-fuse/template +++ b/srcpkgs/sshfs-fuse/template @@ -1,21 +1,18 @@ # Template file for 'sshfs-fuse' pkgname=sshfs-fuse version=2.3 -distfiles="${SOURCEFORGE_SITE}/fuse/$pkgname-$version.tar.gz" +revision=2 build_style=gnu-configure -revision=1 makedepends="pkg-config glib-devel fuse-devel" -fulldepends="openssh-client>=0" +fulldepends="openssh>=6.1p1" short_desc="FUSE client based on the SSH File Transfer Protocol" maintainer="Juan RP " homepage="http://fuse.sourceforge.net/sshfs.html" license="GPL-2" +distfiles="${SOURCEFORGE_SITE}/fuse/$pkgname-$version.tar.gz" checksum=ce229f87869d136c8347cca646f1dd6394c604127d021507a57205668d9288bb long_desc=" This is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there's nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh." - - -