From 90b3651c45cbe2be292e46ba9c22f27f1436b7c7 Mon Sep 17 00:00:00 2001 From: Steve Prybylski Date: Sun, 3 Jan 2016 17:32:19 -0500 Subject: [PATCH] fuse-sshfs: update broken distfiles, moved to github. --- srcpkgs/fuse-sshfs/template | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/srcpkgs/fuse-sshfs/template b/srcpkgs/fuse-sshfs/template index a6aea3b7a11..9a88f4db588 100644 --- a/srcpkgs/fuse-sshfs/template +++ b/srcpkgs/fuse-sshfs/template @@ -1,15 +1,19 @@ # Template file for 'fuse-sshfs' pkgname=fuse-sshfs version=2.5 -revision=4 -wrksrc="sshfs-fuse-${version}" +revision=5 +wrksrc="sshfs-sshfs_${version//./_}" build_style=gnu-configure -hostmakedepends="pkg-config" +hostmakedepends="automake pkg-config" makedepends="libglib-devel fuse-devel" depends="openssh" 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/sshfs-fuse-$version.tar.gz" -checksum=e9171452e5d0150b9c6a2158fd2e2dcefb5d5d03ba4d208949e00a3a46c6e63e +homepage="https://github.com/libfuse/sshfs" +distfiles="${homepage}/archive/sshfs_${version//./_}.tar.gz" +checksum=f21321a619099c0957c61747c05f1a82359f5ccf5a8bfc75c519623571837c90 + +pre_configure() { + autoreconf -fi +}