patchutils: update to 0.4.5

This commit is contained in:
elbachir-one
2026-05-11 18:59:03 +02:00
committed by Duncan Overbruck
parent dff09f9c54
commit cccdcc09f6
+5 -2
View File
@@ -1,6 +1,6 @@
# Template file for 'patchutils'
pkgname=patchutils
version=0.4.2
version=0.4.5
revision=1
build_style=gnu-configure
hostmakedepends="perl"
@@ -10,9 +10,12 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://cyberelk.net/tim/software/patchutils/"
distfiles="http://cyberelk.net/tim/data/patchutils/stable/${pkgname}-${version}.tar.xz"
checksum=8875b0965fe33de62b890f6cd793be7fafe41a4e552edbf641f1fed5ebbf45ed
checksum=8386a35a4d2d3cbc28fdcc93c5be007c382c78e3ee079070139f0d822e013325
post_install() {
vmkdir usr/share/man/man1
vcopy doc/*.1 usr/share/man/man1
# conflicts with bash-completion
rm -f ${DESTDIR}/usr/share/bash-completion/completions/interdiff
}