* update lua to 5.4.3-1
This commit is contained in:
parent
6f9de76039
commit
40fb6a4b4e
@ -4,11 +4,11 @@
|
|||||||
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
|
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
|
||||||
|
|
||||||
pkgname=lua
|
pkgname=lua
|
||||||
pkgver=5.4.2
|
pkgver=5.4.3
|
||||||
_majorver=${pkgver%.*}
|
_majorver=${pkgver%.*}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Powerful lightweight programming language designed for extending applications'
|
pkgdesc='Powerful lightweight programming language designed for extending applications'
|
||||||
arch=( x86_64 powerpc64le powerpc )
|
arch=(x86_64 powerpc64le powerpc)
|
||||||
url='https://www.lua.org/'
|
url='https://www.lua.org/'
|
||||||
depends=('readline')
|
depends=('readline')
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
@ -17,7 +17,7 @@ source=(https://www.lua.org/ftp/lua-$pkgver.tar.gz
|
|||||||
liblua.so.patch
|
liblua.so.patch
|
||||||
lua.pc
|
lua.pc
|
||||||
LICENSE)
|
LICENSE)
|
||||||
sha1sums=('96d4a21393c94bed286b8dc0568f4bdde8730b22'
|
sha1sums=('1dda2ef23a9828492b4595c0197766de6e784bc7'
|
||||||
'cdfa66057f43aaf4b5914496aa6a4556f3a6e7a0'
|
'cdfa66057f43aaf4b5914496aa6a4556f3a6e7a0'
|
||||||
'1aee8d1a219639d0efc534e483ffa1ee236fb393'
|
'1aee8d1a219639d0efc534e483ffa1ee236fb393'
|
||||||
'05f5f3b7bef0258bd617c505b8992de639af4551')
|
'05f5f3b7bef0258bd617c505b8992de639af4551')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user