From 6f237cff49bbeef62ecda3c895947d63639a77b5 Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Wed, 15 Nov 2017 05:04:33 -0200 Subject: [PATCH] html-xml-utils: update to 7.3. (#9117) --- srcpkgs/html-xml-utils/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/html-xml-utils/template b/srcpkgs/html-xml-utils/template index 2c85c9ae057..c225a9262c9 100644 --- a/srcpkgs/html-xml-utils/template +++ b/srcpkgs/html-xml-utils/template @@ -1,6 +1,6 @@ # Template file for 'html-xml-utils' pkgname=html-xml-utils -version=7.2 +version=7.3 revision=1 build_style=gnu-configure short_desc="A number of simple utilities for manipulating HTML and XML files" @@ -8,7 +8,11 @@ maintainer="Orphaned " license="custom" homepage="https://www.w3.org/Tools/HTML-XML-utils/README" distfiles="https://www.w3.org/Tools/HTML-XML-utils/${pkgname}-${version}.tar.gz" -checksum=9381d41a9bb7715bb9d970e24c4cdc43a8ff76c0500b9bbaf048b9f8d32d2bee +checksum=945db646dd4d0b31c4b3f70638f4b8203a03b381ee0adda4a89171b219b5b969 + +do_check() { + make check +} post_install() { rm ${DESTDIR}/usr/share/doc/html-xml-utils/COPYING