diff options
author | Caleb Maclennan | 2020-08-05 12:15:02 +0300 |
---|---|---|
committer | Caleb Maclennan | 2020-08-05 12:15:02 +0300 |
commit | a81f4481e6e2fa6082b841ca9e334ce922605d2c (patch) | |
tree | 8f1f90fdb3164a061747105860163537887ad877 /.SRCINFO | |
parent | 546a70f520315bf2e6bc89c4b996061dabe7074e (diff) | |
download | aur-a81f4481e6e2fa6082b841ca9e334ce922605d2c.tar.gz |
upgpkg: lua-penlight-git 1.8.0.r0.g76079c1-1
upstream release
Usher in Lua 5.4 compatable build
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -1,13 +1,16 @@ pkgbase = lua-penlight-git pkgdesc = Lua libraries for on input data handling, functional programming, and OS interface - pkgver = 1.7.0.r4.ge469fa0 - pkgrel = 2 + pkgver = 1.8.0.r0.g76079c1 + pkgrel = 1 url = https://tieske.github.io/Penlight arch = any license = MIT checkdepends = lua - checkdepends = lua-luacov checkdepends = lua-filesystem + makedepends = lua + makedepends = lua53 + makedepends = lua52 + makedepends = lua51 source = penlight::git+https://github.com/Tieske/Penlight.git sha256sums = SKIP @@ -17,6 +20,12 @@ pkgname = lua-penlight-git provides = lua-penlight conflicts = lua-penlight +pkgname = lua53-penlight-git + depends = lua53 + depends = lua53-filesystem + provides = lua53-penlight + conflicts = lua53-penlight + pkgname = lua52-penlight-git depends = lua52 depends = lua52-filesystem |