* update lua53 to 5.3.6-3
This commit is contained in:
parent
d0eae504a5
commit
a09706152c
19
lua53/.SRCINFO
Normal file
19
lua53/.SRCINFO
Normal file
@ -0,0 +1,19 @@
|
||||
pkgbase = lua53
|
||||
pkgdesc = Powerful lightweight programming language designed for extending applications
|
||||
pkgver = 5.3.6
|
||||
pkgrel = 3
|
||||
url = https://www.lua.org/
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
depends = readline
|
||||
options = !emptydirs
|
||||
source = https://www.lua.org/ftp/lua-5.3.6.tar.gz
|
||||
source = liblua.so.patch
|
||||
source = lua.pc
|
||||
source = LICENSE
|
||||
sha512sums = ccc380d5e114d54504de0bfb0321ca25ec325d6ff1bfee44b11870b660762d1a9bf120490c027a0088128b58bb6b5271bbc648400cab84d2dc22b512c4841681
|
||||
sha512sums = 38fb153c0a12c2f6e93b728072d7c99f1776b9c25e48a06e3b6757a18fd7040002a935db2079723faa5eff86e50e15870257b1c3e69a9443001ac1d200d3d228
|
||||
sha512sums = a3ae5f5c63a27956a2c69464cf966512be7404aef72d49b0b3b17e35999ceed04ec7be12ef19269f4cac908141b98dd5d16df9c238823fe0c1e068212914657a
|
||||
sha512sums = 7177faeef3d7699748d3523d7884f8037fc04be02a51bd3f0590de6ef074f723f2462a6fcc23c7625a7d8667247d62fa2b41cf94d0a8fd3f0df1e4a1b9ed336f
|
||||
|
||||
pkgname = lua53
|
4
lua53/.nvchecker.toml
Normal file
4
lua53/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[lua53]
|
||||
source = "regex"
|
||||
url = "https://www.lua.org/versions.html"
|
||||
regex = "Lua (5\\.3\\.\\d+)"
|
@ -4,13 +4,13 @@
|
||||
|
||||
pkgname=lua53
|
||||
pkgver=5.3.6
|
||||
pkgrel=2.1
|
||||
pkgrel=3
|
||||
pkgdesc='Powerful lightweight programming language designed for extending applications'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://www.lua.org/'
|
||||
depends=('readline')
|
||||
license=('MIT')
|
||||
options=('!emptydirs' '!distcc')
|
||||
options=('!emptydirs')
|
||||
source=(https://www.lua.org/ftp/lua-$pkgver.tar.gz
|
||||
liblua.so.patch
|
||||
lua.pc
|
||||
|
Loading…
x
Reference in New Issue
Block a user