File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Template file for 'fuse-sshfs'
22pkgname=fuse-sshfs
3- version=3.7.5
4- revision=2
3+ version=3.7.6
4+ revision=1
55build_style=meson
66configure_args="--sbindir=bin"
77hostmakedepends="pkg-config python3-docutils"
@@ -13,13 +13,18 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
1313license="GPL-2.0-or-later"
1414homepage="https://github.com/libfuse/sshfs"
1515distfiles="https://github.com/libfuse/sshfs/releases/download/sshfs-${version}/sshfs-${version}.tar.xz"
16- checksum=0e45db63c2d00919db3174134fa234c6e0682d6fe573c46312d1d53d1d61a8bb
16+ checksum=6a1bcb31450a077e9cb1b7ff158c71de34db697c3c0da6cb362502131e495893
1717
1818case "${XBPS_TARGET_MACHINE}" in
1919 i686|armv6l|armv7l)
2020 CFLAGS="-D_FILE_OFFSET_BITS=64"
2121esac
2222
2323do_check() {
24- python3 -m pytest
24+ cd build
25+ if [ "$XBPS_CHECK_PKGS" = "full" ]; then
26+ python3 -m pytest
27+ else
28+ python3 -m pytest test/test_hostname_validation.py
29+ fi
2530}
You can’t perform that action at this time.
0 commit comments