From b967f090686f6be7457c967149272baf2e0d5053 Mon Sep 17 00:00:00 2001 From: "Vadim A. Misbakh-Soloviov" Date: Sun, 3 Jun 2018 15:10:46 +0300 Subject: [PATCH] rockspecs (only actual versions) fixes --- ...mlparser-0.3.4-1.rockspec => htmlparser-0.3.4-2.rockspec} | 5 ++--- rockspecs/htmlparser-scm-0.rockspec | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) rename rockspecs/{htmlparser-0.3.4-1.rockspec => htmlparser-0.3.4-2.rockspec} (89%) diff --git a/rockspecs/htmlparser-0.3.4-1.rockspec b/rockspecs/htmlparser-0.3.4-2.rockspec similarity index 89% rename from rockspecs/htmlparser-0.3.4-1.rockspec rename to rockspecs/htmlparser-0.3.4-2.rockspec index 6ba175b..fe4ee15 100644 --- a/rockspecs/htmlparser-0.3.4-1.rockspec +++ b/rockspecs/htmlparser-0.3.4-2.rockspec @@ -1,7 +1,7 @@ package = "htmlparser" -version = "0.3.4-1" +version = "0.3.4-2" source = { - url = "https://github.com/msva/lua-htmlparser", + url = "git+https://github.com/msva/lua-htmlparser", tag = "v0.3.4" } description = { @@ -14,7 +14,6 @@ description = { } dependencies = { "lua >= 5.1", - "lunitx >= 0.6" } build = { type = "builtin", diff --git a/rockspecs/htmlparser-scm-0.rockspec b/rockspecs/htmlparser-scm-0.rockspec index 1fa7c48..80b532a 100644 --- a/rockspecs/htmlparser-scm-0.rockspec +++ b/rockspecs/htmlparser-scm-0.rockspec @@ -1,7 +1,7 @@ package = "htmlparser" version = "scm-0" source = { - url = "https://github.com/msva/lua-htmlparser", + url = "git+https://github.com/msva/lua-htmlparser", branch = "master" } description = { @@ -14,7 +14,6 @@ description = { } dependencies = { "lua >= 5.1", - "lunitx >= 0.6" } build = { type = "builtin",