diff --git a/srcpkgs/tidy5/template b/srcpkgs/tidy5/template index d0b3d15e2c2..27be1821a54 100644 --- a/srcpkgs/tidy5/template +++ b/srcpkgs/tidy5/template @@ -1,10 +1,11 @@ # Template file for 'tidy5' pkgname=tidy5 version=5.6.0 -revision=1 +revision=2 _reponame=tidy-html5 wrksrc="${_reponame}-${version}" build_style=cmake +configure_args="-DTIDY_CONSOLE_SHARED=ON" cmake_builddir=build/cmake hostmakedepends="libxslt" short_desc="Tool to tidy down your HTML/HTML5 code to a clean style"