Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions srcpkgs/patchutils/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
}