summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua-cjson.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua-cjson.spec b/lua-cjson.spec
index a5ca530..386dbf0 100644
--- a/lua-cjson.spec
+++ b/lua-cjson.spec
@@ -9,7 +9,7 @@ Summary: JSON support for the Lua language
9Group: Development/Libraries 9Group: Development/Libraries
10License: MIT 10License: MIT
11URL: http://www.kyne.com.au/~mark/software/lua-cjson/ 11URL: http://www.kyne.com.au/~mark/software/lua-cjson/
12Source0: http://www.kyne.com.au/~mark/software/lua-cjson/lua-cjson-%{version}.zip 12Source0: http://www.kyne.com.au/~mark/software/lua-cjson/lua-cjson-%{version}.tar.gz
13BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) 13BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
14 14
15BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver} 15BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver}