lsyncd: rebuild for lua53

This commit is contained in:
q66 2020-06-30 23:37:18 +02:00
parent 2adf3dd5f2
commit ddf43009cd

View file

@ -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 <knusbaum+void@sdf.org>"