diff options
author | Caleb Maclennan | 2020-08-06 12:19:35 +0300 |
---|---|---|
committer | Caleb Maclennan | 2020-08-06 12:19:35 +0300 |
commit | de831bfdbcd97b9497bdd2464cefc24a1fe6280e (patch) | |
tree | bf1c02f976d22a5da50cd98a6f2e36e3b69dc197 /.SRCINFO | |
parent | cdcd920edec83062ae7f854ab08df6f9b93191a6 (diff) | |
download | aur-lua-commonmark-git.tar.gz |
upgpkg: lua-commonmark-git 0.0.0.r12.ge71d851-4
Bump default to Lua 5.4 and add Lua 5.3 split package
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,12 +1,13 @@ pkgbase = lua-commonmark-git pkgdesc = Lua parser for CommonMark using LPEG grammar pkgver = 0.0.0.r12.ge71d851 - pkgrel = 3 + pkgrel = 4 url = https://github.com/alerque/commonmark-lua arch = any license = MIT makedepends = git makedepends = lua + makedepends = lua53 makedepends = lua52 makedepends = lua51 makedepends = luarocks @@ -20,6 +21,13 @@ pkgname = lua-commonmark-git provides = lua-commonmark conflicts = lua-commonmark +pkgname = lua53-commonmark-git + depends = lua53 + depends = lua53-luaepnf + depends = lua53-penlight + provides = lua53-commonmark + conflicts = lua53-commonmark + pkgname = lua52-commonmark-git depends = lua52 depends = lua52-luaepnf |