summaryrefslogtreecommitdiff
path: root/sshfs-fuse/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'sshfs-fuse/Pkgfile')
-rw-r--r--sshfs-fuse/Pkgfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sshfs-fuse/Pkgfile b/sshfs-fuse/Pkgfile
index 34afc6f58..7cbd654f3 100644
--- a/sshfs-fuse/Pkgfile
+++ b/sshfs-fuse/Pkgfile
@@ -5,12 +5,12 @@
# Depends on: fuse, glib
name=sshfs-fuse
-version=2.5
-release=2
-source=(https://github.com/libfuse/sshfs/releases/download/sshfs_${version//./_}//$name-$version.tar.gz)
+version=2.7
+release=1
+source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$version/sshfs-$version.tar.gz)
build() {
- cd $name-$version
+ cd sshfs-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install

Generated by cgit