From 24767d15238429e18f602ac96f388e02e6be832b Mon Sep 17 00:00:00 2001 From: Brendan Gilmore Date: Fri, 13 Dec 2013 12:53:18 -0600 Subject: [PATCH] Update date-2.1.0-1.rockspec fix dependency to support lua 5.1 or 5.2 --- date-2.1.0-1.rockspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/date-2.1.0-1.rockspec b/date-2.1.0-1.rockspec index 6c86915..289ced3 100644 --- a/date-2.1.0-1.rockspec +++ b/date-2.1.0-1.rockspec @@ -13,7 +13,7 @@ description = { } dependencies = { - "lua == 5.1, 5.2" + "lua >= 5.1, < 5.3 } source = {