From f60ea1977abefed25df8bea95c71cf9118cb30b2 Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 30 Jun 2020 23:16:06 +0200 Subject: [PATCH] highlight: rebuild for lua53 --- srcpkgs/highlight/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/highlight/template b/srcpkgs/highlight/template index fb55e73b06..ffaca39dcb 100644 --- a/srcpkgs/highlight/template +++ b/srcpkgs/highlight/template @@ -1,10 +1,10 @@ # Template file for 'highlight' pkgname=highlight version=3.57 -revision=1 +revision=2 build_style=gnu-makefile hostmakedepends="pkg-config swig perl" -makedepends="boost-devel lua-devel perl" +makedepends="boost-devel lua53-devel perl" short_desc="Fast and flexible source code highlighter (CLI version)" maintainer="Steve Prybylski " license="GPL-3.0-or-later"