From 0cf26375088caf59fb6951b8b71a6cb43df6b14c Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Thu, 2 Mar 2017 23:16:16 +0300 Subject: [PATCH] lua:v.bump to 5.3.4 --- programming/language/lua/actions.py | 2 +- programming/language/lua/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/lua/actions.py b/programming/language/lua/actions.py index d776395ed3..fd1b463dbd 100644 --- a/programming/language/lua/actions.py +++ b/programming/language/lua/actions.py @@ -21,7 +21,7 @@ def build(): autotools.make("linux") def install(): - autotools.rawInstall("INSTALL_TOP=%s/usr INSTALL_MAN=%s/usr/share/man/ TO_LIB='liblua.so liblua.so.5.3 liblua.so.5.3.3'" % (get.installDIR(),get.installDIR())) + autotools.rawInstall("INSTALL_TOP=%s/usr INSTALL_MAN=%s/usr/share/man/ TO_LIB='liblua.so liblua.so.5.3 liblua.so.5.3.4'" % (get.installDIR(),get.installDIR())) pisitools.insinto("/usr/lib/pkgconfig", "lua.pc") pisitools.insinto("/usr/lib/pkgconfig", "lua.pc", "lua5.3.pc") diff --git a/programming/language/lua/pspec.xml b/programming/language/lua/pspec.xml index ad2a43c732..cb55024105 100644 --- a/programming/language/lua/pspec.xml +++ b/programming/language/lua/pspec.xml @@ -12,7 +12,7 @@ library A light-weight programming language lua is a powerful light-weight programming language designed for extending applications. - http://www.lua.org/ftp/lua-5.3.3.tar.gz + http://www.lua.org/ftp/lua-5.3.4.tar.gz lua.pc @@ -54,6 +54,13 @@ + + 2017-03-02 + 5.3.4 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2016-06-14 5.3.3