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",