This commit is contained in:
Vadim A. Misbakh-Soloviov 2017-04-19 10:44:20 +07:00
parent 7c245ae7a2
commit 02a5ba46fa
No known key found for this signature in database
GPG Key ID: 26503D349B3B334B
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
package = "htmlparser" package = "htmlparser"
version = "0.3.2-2" version = "0.3.3-1"
source = { source = {
url = "https://github.com/msva/lua-htmlparser", url = "https://github.com/msva/lua-htmlparser",
branch = "v0.3.2" tag = "v0.3.3"
} }
description = { description = {
summary = "Parse HTML text into a tree of elements with selectors", summary = "Parse HTML text into a tree of elements with selectors",
@ -14,7 +14,6 @@ description = {
} }
dependencies = { dependencies = {
"lua >= 5.1", "lua >= 5.1",
"set >= 0.2.1-2",
"lunitx >= 0.6" "lunitx >= 0.6"
} }
build = { build = {

View File

@ -13,7 +13,8 @@ description = {
license = "LGPL+" license = "LGPL+"
} }
dependencies = { dependencies = {
"lua >= 5.1" "lua >= 5.1",
"lunitx >= 0.6"
} }
build = { build = {
type = "builtin", type = "builtin",