aboutsummaryrefslogtreecommitdiff
path: root/rockspecs
diff options
context:
space:
mode:
authorAlexey Melnichuk <mimir@newmail.ru>2014-11-26 13:00:44 +0400
committerAlexey Melnichuk <mimir@newmail.ru>2014-11-26 13:00:44 +0400
commitfebc8d1e0bcbe023cc8a38c87dda4e8a84ec9fdd (patch)
tree64573d325b7b5a0e3af1b4d6ca7e9cbec75fd595 /rockspecs
parentdbf215ef683e545de593f5b434764b97dea3e2ac (diff)
downloadlua-llthreads2-febc8d1e0bcbe023cc8a38c87dda4e8a84ec9fdd.tar.gz
lua-llthreads2-febc8d1e0bcbe023cc8a38c87dda4e8a84ec9fdd.tar.bz2
lua-llthreads2-febc8d1e0bcbe023cc8a38c87dda4e8a84ec9fdd.zip
Fix. Build with Lua 5.3.beta
Diffstat (limited to 'rockspecs')
-rw-r--r--rockspecs/lua-llthreads2-compat-scm-0.rockspec2
-rw-r--r--rockspecs/lua-llthreads2-scm-0.rockspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/rockspecs/lua-llthreads2-compat-scm-0.rockspec b/rockspecs/lua-llthreads2-compat-scm-0.rockspec
index bbb3ecd..c8b909b 100644
--- a/rockspecs/lua-llthreads2-compat-scm-0.rockspec
+++ b/rockspecs/lua-llthreads2-compat-scm-0.rockspec
@@ -15,7 +15,7 @@ description = {
15 ]], 15 ]],
16} 16}
17dependencies = { 17dependencies = {
18 "lua >= 5.1, < 5.3", 18 "lua >= 5.1, < 5.4",
19} 19}
20build = { 20build = {
21 type = "builtin", 21 type = "builtin",
diff --git a/rockspecs/lua-llthreads2-scm-0.rockspec b/rockspecs/lua-llthreads2-scm-0.rockspec
index 0795eca..cd3a4a4 100644
--- a/rockspecs/lua-llthreads2-scm-0.rockspec
+++ b/rockspecs/lua-llthreads2-scm-0.rockspec
@@ -15,7 +15,7 @@ description = {
15 ]], 15 ]],
16} 16}
17dependencies = { 17dependencies = {
18 "lua >= 5.1, < 5.3", 18 "lua >= 5.1, < 5.4",
19} 19}
20build = { 20build = {
21 type = "builtin", 21 type = "builtin",