* update lua to 5.4.7-1.1

This commit is contained in:
Alexander Baldeck 2024-10-18 10:34:53 +02:00
parent 7812416157
commit 7a244b94cf
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,13 @@
pkgbase = lua
pkgdesc = Powerful lightweight programming language designed for extending applications
pkgver = 5.4.7
pkgrel = 1
pkgrel = 1.1
url = https://www.lua.org/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = MIT
depends = readline
options = !emptydirs

View File

@ -8,7 +8,7 @@
pkgname=lua
pkgver=5.4.7
_majorver=${pkgver%.*}
pkgrel=1
pkgrel=1.1
pkgdesc='Powerful lightweight programming language designed for extending applications'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://www.lua.org/'