diff --git a/srcpkgs/patchutils/template b/srcpkgs/patchutils/template index e443401a0eb6a6..2d0329bb0385c9 100644 --- a/srcpkgs/patchutils/template +++ b/srcpkgs/patchutils/template @@ -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 " 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 }