From cf9a18fe306f5312ed3a540414fb8a6101533975 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 14 Jul 2017 18:52:07 +0000 Subject: [PATCH] fuse-sshfs: update to 3.0.0. --- srcpkgs/fuse-sshfs/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/fuse-sshfs/template b/srcpkgs/fuse-sshfs/template index 7edf36afefb..fb78e81158f 100644 --- a/srcpkgs/fuse-sshfs/template +++ b/srcpkgs/fuse-sshfs/template @@ -1,18 +1,18 @@ # Template file for 'fuse-sshfs' pkgname=fuse-sshfs -version=2.9 +version=3.0.0 revision=1 wrksrc="sshfs-${version}" build_style=gnu-configure hostmakedepends="automake pkg-config" -makedepends="libglib-devel fuse-devel" +makedepends="libglib-devel fuse3-devel" depends="openssh" short_desc="FUSE client based on the SSH File Transfer Protocol" maintainer="Juan RP " license="GPL-2" homepage="https://github.com/libfuse/sshfs" distfiles="https://github.com/libfuse/sshfs/releases/download/sshfs-${version}/sshfs-${version}.tar.gz" -checksum=46d1e1287ce97255fcb50010355184d8c5585329f73ab1e755217419a8e6e5de +checksum=644966c7326c1b788a80318c5806f20f6d42dd72ab686f66d6120bd108b54d2d pre_configure() { autoreconf -fi