fuse-sshfs: update to 3.3.2.

Closes #13957.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-04-29 16:08:35 -03:00 committed by Enno Boland
parent 7885e2119b
commit 9e41ade33f
1 changed files with 9 additions and 4 deletions

View File

@ -1,21 +1,26 @@
# Template file for 'fuse-sshfs'
pkgname=fuse-sshfs
version=3.3.1
version=3.3.2
revision=1
wrksrc="sshfs-${version}"
build_style=meson
configure_args="--sbindir=bin"
hostmakedepends="pkg-config"
makedepends="libglib-devel fuse3-devel python-docutils"
makedepends="fuse3-devel libglib-devel python-docutils"
depends="openssh"
checkdepends="python3-pytest"
short_desc="FUSE client based on the SSH File Transfer Protocol"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
license="GPL-2.0-or-later"
homepage="https://github.com/libfuse/sshfs"
distfiles="https://github.com/libfuse/sshfs/releases/download/sshfs-${version}/sshfs-${version}.tar.xz"
checksum=de13bfe0eb5821a7d878f8dea3dc815edaee734418e0950c2732399acd4fb443
checksum=a4da6af0ac4f39606eefd0fd7ca09267fbb90e274081570a700f911fca387e4c
case "${XBPS_TARGET_MACHINE}" in
i686|armv6l|armv7l)
CFLAGS+=" -D_FILE_OFFSET_BITS=64"
esac
do_check() {
python3 -m pytest test/
}