diff --git a/main/lsyncd/APKBUILD b/main/lsyncd/APKBUILD index 4c865d16641dd815d702eb09b0f96f2c8eccd9eb..d0f0d9eb0e958f862554ac4fe3b876a18fb4eec2 100644 --- a/main/lsyncd/APKBUILD +++ b/main/lsyncd/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lsyncd pkgver=2.2.3 -pkgrel=3 +pkgrel=4 _luaver=5.4 pkgdesc="Live Syncing (Mirror) Daemon" url="https://github.com/axkibe/lsyncd" arch="all" license="GPL-2.0-or-later" depends="rsync" -makedepends="$depends_dev cmake lua$_luaver<5.4.4 lua$_luaver-dev" +makedepends="$depends_dev cmake lua$_luaver lua$_luaver-dev" options="!check" # needs passwordless ssh access to localhost subpackages="$pkgname-doc $pkgname-openrc" source="$pkgname-$pkgver.tar.gz::https://github.com/axkibe/lsyncd/archive/release-$pkgver.tar.gz