From ea7720b7c346a16d7d3b393e81d383f19737b4e6 Mon Sep 17 00:00:00 2001 From: Reuh Date: Sun, 11 Aug 2019 17:31:20 +0200 Subject: [PATCH] Fixed rockspecs --- rockspec/candran-0.8.0-1.rockspec | 2 ++ rockspec/candran-scm-1.rockspec | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/rockspec/candran-0.8.0-1.rockspec b/rockspec/candran-0.8.0-1.rockspec index 7df72b5..e1e83ad 100644 --- a/rockspec/candran-0.8.0-1.rockspec +++ b/rockspec/candran-0.8.0-1.rockspec @@ -1,3 +1,5 @@ +rockspec_format = "3.0" + package = "candran" version = "0.8.0-1" diff --git a/rockspec/candran-scm-1.rockspec b/rockspec/candran-scm-1.rockspec index 6071e50..f3fa2f7 100644 --- a/rockspec/candran-scm-1.rockspec +++ b/rockspec/candran-scm-1.rockspec @@ -1,3 +1,5 @@ +rockspec_format = "3.0" + package = "candran" version = "scm-1" @@ -10,9 +12,9 @@ description = { ]], license = "MIT", homepage = "https://github.com/Reuh/candran", - --issues_url = "https://github.com/Reuh/candran", -- LuaRocks 3.0 + issues_url = "https://github.com/Reuh/candran", maintainer = "Étienne 'Reuh' Fildadut ", - --labels = {} -- LuaRocks 3.0 + labels = {"lpeg", "commandline"} } source = { @@ -32,5 +34,4 @@ build = { install = { bin = { "bin/can", "bin/canc" } } - --copy_directories = { "doc", "test" } }