From 9730531d43fd3083a8d5c369de4c67818a77bab6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 11 Oct 2024 11:52:41 +0200 Subject: [PATCH] mmv: update to 2.9.1. --- srcpkgs/mmv/template | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/srcpkgs/mmv/template b/srcpkgs/mmv/template index 5908d431652..558672fd193 100644 --- a/srcpkgs/mmv/template +++ b/srcpkgs/mmv/template @@ -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 " 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 -}