mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
fatsort: update to 1.6.4.625.
This commit is contained in:
parent
ea8d7de499
commit
a005e7bc6d
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fatsort'
|
# Template file for 'fatsort'
|
||||||
pkgname=fatsort
|
pkgname=fatsort
|
||||||
version=1.6.3.622
|
version=1.6.4.625
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_check_target=tests
|
make_check_target=tests
|
||||||
|
@ -11,8 +11,13 @@ maintainer="tibequadorian <tibequadorian@posteo.de>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://fatsort.sourceforge.io/"
|
homepage="https://fatsort.sourceforge.io/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/project/fatsort/fatsort-${version}.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/project/fatsort/fatsort-${version}.tar.xz"
|
||||||
checksum=481c94ea08f6faaafe67594726d70fb3e3d5ac9672745f0034e55134ea5256fc
|
checksum=9a6f89a0640bb782d82ff23a780c9f0aec3dfbe4682c0a8eda157e0810642ead
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||||
broken="most tests are failed"
|
broken="most tests are failed"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pre_check() {
|
||||||
|
vsed -e '/tc_pos_char_enc_iso8859-1/d' \
|
||||||
|
-i tests/ts_amd64
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue