lsyncd: rebuild for lua53
This commit is contained in:
parent
2adf3dd5f2
commit
ddf43009cd
1 changed files with 3 additions and 3 deletions
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue