diff options
author | Caleb Maclennan | 2020-05-13 19:49:40 +0300 |
---|---|---|
committer | Caleb Maclennan | 2020-05-13 19:55:30 +0300 |
commit | 720237b0f91fcda4b1fa185658c316b8584dc945 (patch) | |
tree | 64c2fb6c7cf8d35d3b4e3b5616b132ce2ffbe03b /.SRCINFO | |
parent | fab14a534d13819e7399b5def95fba5a014eca36 (diff) | |
download | aur-720237b0f91fcda4b1fa185658c316b8584dc945.tar.gz |
Add missing provides for stable package names
upgpkg: lua-cassowary-git 2.2.r26.g63e91d4-3
upgpkg: lua-cldr-git 0.0.0.r6.g090ce28-3
upgpkg: lua-commonmark-git 0.0.0.r12.ge71d851-2
upgpkg: lua-fluent-git 0.0.4.r69.g690b347-3
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,7 @@ pkgbase = lua-commonmark-git pkgdesc = Lua parser for CommonMark using LPEG grammar pkgver = 0.0.0.r12.ge71d851 - pkgrel = 1 + pkgrel = 2 url = https://github.com/alerque/commonmark-lua arch = any license = MIT @@ -17,17 +17,20 @@ pkgname = lua-commonmark-git depends = lua depends = lua-epnf depends = lua-penlight + provides = lua-commonmark conflicts = lua-commonmark pkgname = lua52-commonmark-git depends = lua52 depends = lua52-epnf depends = lua52-penlight + provides = lua52-commonmark conflicts = lua52-commonmark pkgname = lua51-commonmark-git depends = lua51 depends = lua51-epnf depends = lua51-penlight + provides = lua51-commonmark conflicts = lua51-commonmark |