From ddf43009cd0d920aef33e75e23ef6549273b14ba Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 30 Jun 2020 23:37:18 +0200 Subject: [PATCH] lsyncd: rebuild for lua53 --- srcpkgs/lsyncd/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/lsyncd/template b/srcpkgs/lsyncd/template index a6923503734..c089ab7d193 100644 --- a/srcpkgs/lsyncd/template +++ b/srcpkgs/lsyncd/template @@ -1,11 +1,11 @@ # Template file for 'lsyncd' pkgname=lsyncd version=2.2.3 -revision=2 +revision=3 wrksrc="${pkgname}-release-${version}" build_style=cmake -hostmakedepends="asciidoc lua" -makedepends="lua-devel" +hostmakedepends="asciidoc lua53" +makedepends="lua53-devel" depends="rsync" short_desc="Syncing Daemon that synchronizes local directories with remote targets" maintainer="Kyle Nusbaum "