* update lua to 5.4.7-1

This commit is contained in:
Alexander Baldeck 2024-07-22 22:41:00 +02:00
parent f8cb036d64
commit d936882fe8
3 changed files with 29 additions and 4 deletions

21
lua/.SRCINFO Normal file
View File

@ -0,0 +1,21 @@
pkgbase = lua
pkgdesc = Powerful lightweight programming language designed for extending applications
pkgver = 5.4.7
pkgrel = 1
url = https://www.lua.org/
arch = x86_64
license = MIT
depends = readline
options = !emptydirs
source = https://www.lua.org/ftp/lua-5.4.7.tar.gz
source = liblua.so.patch
source = paths.patch
source = lua.pc
source = LICENSE
sha256sums = 9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30
sha256sums = 644fba6f3e03c4d0c394d241149fc558da79d0114e7816c2a597097304249cb7
sha256sums = 6bb84383498a96514d4c7deb79fd45bf484fa5e3253a1574a3311ee0bb7c24fa
sha256sums = ca9252633e782b8f85d6a94ea4f6babd4fe30bd759085b373160b1878e36ff78
sha256sums = 142fb08b41a807b192b4b2c166696a1830a1c97967e5099ad0e579bf500e1da4
pkgname = lua

4
lua/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[lua]
source = "regex"
url = "https://www.lua.org/home.html"
regex = "Lua (5\\.4\\.\\d+)"

View File

@ -6,21 +6,21 @@
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
pkgname=lua
pkgver=5.4.6
pkgver=5.4.7
_majorver=${pkgver%.*}
pkgrel=3.1
pkgrel=1
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
paths.patch
lua.pc
LICENSE)
sha256sums=('7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88'
sha256sums=('9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30'
'644fba6f3e03c4d0c394d241149fc558da79d0114e7816c2a597097304249cb7'
'6bb84383498a96514d4c7deb79fd45bf484fa5e3253a1574a3311ee0bb7c24fa'
'ca9252633e782b8f85d6a94ea4f6babd4fe30bd759085b373160b1878e36ff78'