From 9f5a5ae3c692500fe9902aeb9a5562aef778d209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 15 Jan 2019 17:44:14 +0100 Subject: [PATCH] moreutils: update to 0.63. --- srcpkgs/moreutils/template | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/srcpkgs/moreutils/template b/srcpkgs/moreutils/template index 3ddc2747976..bb016cee151 100644 --- a/srcpkgs/moreutils/template +++ b/srcpkgs/moreutils/template @@ -1,17 +1,17 @@ # Template file for 'moreutils' pkgname=moreutils -version=0.62 -revision=2 +version=0.63 +revision=1 build_style=gnu-makefile make_build_args="DOCBOOK2XMAN=docbook2man" hostmakedepends="docbook2x" depends="perl perl-IPC-Run perl-TimeDate perl-Time-Duration" short_desc="Unix tools that nobody thought to write, when Unix was young" maintainer="lemmi " -license="GPL-2" +license="GPL-2.0-only, BSD-2-Clause" homepage="https://joeyh.name/code/moreutils/" -distfiles="http://http.debian.net/debian/pool/main/m/moreutils/moreutils_0.62.orig.tar.xz" -checksum=ffd0bfb2e490db63355e1a7d168c6f3f9802ee2c5e80880ca632e603b4b67d88 +distfiles="https://git.joeyh.name/index.cgi/moreutils.git/snapshot/moreutils-${version}.tar.gz" +checksum=4fc86d56a8a276a0cec71cdabda5ccca50c7a44a2a1ccd888476741d1ce6831d post_install() { # rename parallel to not conflict with gnu-parllel @@ -21,4 +21,7 @@ post_install() { mv ${DESTDIR}/usr/bin/{,moreutils_}${conflict} mv ${DESTDIR}/usr/share/man/man1/{,moreutils_}${conflict}.1 done + + sed -n '/Copyright/,/DAMAGE/p' is_utf8/is_utf8.c > LICENSE-is-utf8 + vlicense LICENSE-is-utf8 }