mmv: update to 2.9.1.

This commit is contained in:
Leah Neukirchen 2024-10-11 11:52:41 +02:00
parent f6671be1cd
commit 9730531d43
1 changed files with 2 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'mmv'
pkgname=mmv
version=2.8
version=2.9.1
revision=1
build_style=gnu-configure
build_helper=qemu
@ -10,12 +10,5 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/rrthomas/mmv"
distfiles="https://github.com/rrthomas/mmv/releases/download/v${version}/mmv-${version}.tar.gz"
checksum=d84ce6ebaff6951818ff2fde578c82e35d421d1b35a9d9d21054fcd7254ab7c8
checksum=7d18332e62a3ffb021121bd1bbad1e93183f36318206899bdf909a473275f3d0
disable_parallel_build=yes
pre_build() {
rm -f mmv.1
if [ "$CROSS_BUILD" ]; then
vsed -i 's:./mmv:/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static &:' build-aux/mmv-help2man-wrapper
fi
}