Skip to content

Commit 92a192f

Browse files
committed
Fixed dependency issues for luarocks: removed fennel.lua, added fennel to the rockspec deps, fixed rockspec version issues
1 parent 05afa7e commit 92a192f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fplot.rockspec renamed to fplot-1.0.2-1.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package = "fplot"
2-
version = "1.0.2"
2+
version = "1.0.2-1"
33

44
source = {
55
url = "git+https://github.com/ItsMeForLua/fplot.git",
@@ -26,4 +26,4 @@ build = {
2626
install_command = [[
2727
cp fplot.fnl "$(LUADIR)"
2828
]]
29-
}
29+
}

0 commit comments

Comments
 (0)