diff --git a/_multibuild b/_multibuild
index 8711cd1..f39bbba 100644
--- a/_multibuild
+++ b/_multibuild
@@ -1,5 +1,6 @@
lua51
lua53
+lua54
test
diff --git a/lua-moonscript.changes b/lua-moonscript.changes
index f6c8312..a69e496 100644
--- a/lua-moonscript.changes
+++ b/lua-moonscript.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Mon Jul 6 19:07:18 UTC 2020 - Matej Cepl
+
+- Add lua54 as new build target
+
-------------------------------------------------------------------
Sat Nov 2 19:51:09 UTC 2019 - Matej Cepl
diff --git a/lua-moonscript.spec b/lua-moonscript.spec
index 9c0b6e9..d3eafd6 100644
--- a/lua-moonscript.spec
+++ b/lua-moonscript.spec
@@ -1,7 +1,7 @@
#
# spec file for package lua-moonscript
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -30,22 +30,22 @@ Release: 0
Summary: A programmer friendly language that compiles to Lua
License: MIT
Group: Development/Libraries/Other
-Url: http://moonscript.org/
+URL: http://moonscript.org/
Source: https://github.com/leafo/moonscript/archive/v%{upversion}.tar.gz#/%{mod_name}-%{upversion}.tar.gz
-BuildRequires: %{flavor}-devel
-BuildRequires: %{flavor}-lpeg >= 0.10
-BuildRequires: %{flavor}-argparse >= 0.5
-BuildRequires: %{flavor}-luafilesystem >= 1.5
-BuildRequires: %{flavor}-loadkit
BuildRequires: %{flavor}-alt-getopt
+BuildRequires: %{flavor}-argparse >= 0.5
+BuildRequires: %{flavor}-devel
+BuildRequires: %{flavor}-loadkit
+BuildRequires: %{flavor}-lpeg >= 0.10
+BuildRequires: %{flavor}-luafilesystem >= 1.5
# optionally BuildRequires: %%{flavor}-lnotify
BuildArch: noarch
Requires: %{flavor}
-Requires: %{flavor}-loadkit
Requires: %{flavor}-alt-getopt
-Requires: %{flavor}-luafilesystem
-Requires: %{flavor}-lpeg
Requires: %{flavor}-argparse
+Requires: %{flavor}-loadkit
+Requires: %{flavor}-lpeg
+Requires: %{flavor}-luafilesystem
%if "%{flavor}" == "lua53"
Provides: lua-moonscript = %{version}
Obsoletes: lua-moonscript < %{version}