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