Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
Require panlunatic v1.0.0 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed May 11, 2017
1 parent da08fd4 commit 956c9a5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions rockspecs/scholarly-metadata-1.0.1-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package = "scholarly-metadata"
version = "1.0.1-1"

source = {
url = "git://github.com/pandoc-scholar/scholarly-metadata",
tag = "v1.0.1",
}

description = {
summary = "Utilities for scientific metadata handing with pandoc",
homepage = "https://github.com/pandoc-scholar/scholarly-metadata",
license = "ISC",
}

dependencies = {
"lua >= 5.1",
"dkjson >= 1.0",
"panlunatic >= 1.0.0",
}

build = {
type = "builtin",
modules = {
["scholarlymeta"] = "src/scholarlymeta.lua",
["cito"] = "src/cito.lua",
},
}
2 changes: 1 addition & 1 deletion rockspecs/scholarly-metadata-scm-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = {

dependencies = {
"lua >= 5.1",
"panlunatic >= 0.2.1",
"panlunatic >= 1.0.0",
"dkjson >= 1.0",
}

Expand Down

0 comments on commit 956c9a5

Please sign in to comment.