From 167394648e2acbc8aa54039ead1edffacf7f7232 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 26 Nov 2017 16:23:31 +0100 Subject: [PATCH] tidy5: link against libtidy5. --- srcpkgs/tidy5/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"