From ffd46e2f7f95f902cfc5ed05be69f278f7e9e327 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Fri, 2 Jan 2015 21:27:17 +0100 Subject: lua53: update to rc 3 --- lua5.3/PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/lua5.3/PKGBUILD b/lua5.3/PKGBUILD index 6be45d6..4658c28 100644 --- a/lua5.3/PKGBUILD +++ b/lua5.3/PKGBUILD @@ -1,6 +1,8 @@ # Maintainer: Philipp Gesang +# # Derived from the Lua 5.2 and 5.1 PKGBUILDs in extra which lists # these guys as contributors: +# # Contributor: Sébastien Luttringer # Contributor: Juergen Hoetzel # Contributor: Damir Perisa @@ -11,20 +13,20 @@ # pkgname=lua53 -pkgver=5.3.0_rc2 +pkgver=5.3.0_rc3 pkgrel=1 -pkgdesc='Powerful light-weight programming language designed for extending applications, release candidate of version 5.3.0' +pkgdesc='Powerful light-weight programming language designed for extending applications, third release candidate of version 5.3.0' arch=('i686' 'x86_64') url='http://www.lua.org/' depends=('readline') license=('MIT') options=('!makeflags' '!emptydirs') -source=('http://www.lua.org/work/lua-5.3.0-rc2.tar.gz' +source=('http://www.lua.org/work/lua-5.3.0-rc3.tar.gz' 'liblua.so.patch' 'LICENSE' 'lua.pc') -sha512sums=('5028797413199cfc68108a6e81378b8487446780250fc012578109f55df5fbd42f7afac34b5b9815390e3e2e1de463515564ef06d4c052f93234277515304ff0' +sha512sums=('5d6417d778988800a72a8c2503080ea6a483d8f2586f7d2e68e8ecb7ce5a562f5b5b78ada81b349c21c756bcdb68b0054b9f4a334cc1c866ca71c25707afd0fb' 'bcb85d5863685473dcff1e615cfbadaede09440e4fcab1d32ea1cd6fca543e4e549084901cc5df72089ef145e213a763c26570637c539b7689b6e4e5cd129941' '4f2dcdf727fa87cb1a89e8f9e678b6245b7af1722c74d4c04adc865745c80a0ce292fd5c18787fb3c00ec44bfa07a49ffed2fcb71008a84f4464933ab4bd3d38' 'c91d5e7b1468ec773a4863fd8f360e5379626668242b856605fab634d5aa003e247992f23a6f41b511481b5468bd644fcb18e66e6f1f2514688f5653f06d1186') @@ -32,7 +34,7 @@ sha512sums=('5028797413199cfc68108a6e81378b8487446780250fc012578109f55df5fbd42f7 build() { declare -r dstdir="lua-${pkgver/_/-}" rm -rf -- "${dstdir}" - mv "${dstdir%%-rc2}" "${dstdir}" + mv "${dstdir%%-rc3}" "${dstdir}" cd "${dstdir}" patch -p1 -i "${srcdir}/liblua.so.patch" export CFLAGS="${CFLAGS} -fPIC" -- cgit v1.2.3