diff --git a/_service b/_service index 62f1caf..c3f14b3 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://github.com/Azganoth/tree-sitter-lua.git + https://github.com/tree-sitter-grammars/tree-sitter-lua.git git - refs/tags/v2.1.3 + refs/tags/v0.1.0 @PARENT_TAG@ v(.*) diff --git a/tree-sitter-lua-0.1.0.obscpio b/tree-sitter-lua-0.1.0.obscpio new file mode 100644 index 0000000..0a47926 --- /dev/null +++ b/tree-sitter-lua-0.1.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9b99bb72d22ee4fad9065a7f2ee2cb19721937fd48859a552f24757b675591 +size 546828 diff --git a/tree-sitter-lua-2.1.3.obscpio b/tree-sitter-lua-2.1.3.obscpio deleted file mode 100644 index 5078cdb..0000000 --- a/tree-sitter-lua-2.1.3.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b71403df6fe7082f5b2e756a41ef2d81ba15d0c66fcd2907f3bcf3c40b417c7c -size 464395 diff --git a/tree-sitter-lua.changes b/tree-sitter-lua.changes index 787a6ce..3b30a55 100644 --- a/tree-sitter-lua.changes +++ b/tree-sitter-lua.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 21 23:24:36 UTC 2024 - Richard Rahl + +- switch to the correct upstream (which works with neovim) + ------------------------------------------------------------------- Fri Jun 21 11:41:48 UTC 2024 - Richard Rahl diff --git a/tree-sitter-lua.obsinfo b/tree-sitter-lua.obsinfo index a22ae5b..93783b6 100644 --- a/tree-sitter-lua.obsinfo +++ b/tree-sitter-lua.obsinfo @@ -1,4 +1,4 @@ name: tree-sitter-lua -version: 2.1.3 -mtime: 1660452210 -commit: 6b02dfd7f07f36c223270e97eb0adf84e15a4cef +version: 0.1.0 +mtime: 1710150044 +commit: a24dab177e58c9c6832f96b9a73102a0cfbced4a diff --git a/tree-sitter-lua.spec b/tree-sitter-lua.spec index 671769d..99c0c63 100644 --- a/tree-sitter-lua.spec +++ b/tree-sitter-lua.spec @@ -18,11 +18,11 @@ %define _name lua Name: tree-sitter-%{_name} -Version: 2.1.3 +Version: 0.1.0 Release: 0 Summary: Lua grammar for tree-sitter License: MIT -URL: https://github.com/Azganoth/tree-sitter-lua +URL: https://github.com/tree-sitter-grammars/tree-sitter-lua Source: %{name}-%{version}.tar.xz BuildRequires: tree-sitter %treesitter_grammars %{_name} @@ -41,7 +41,7 @@ BuildRequires: tree-sitter %treesitter_install %files -%license LICENSE.txt +%license LICENSE.md %doc README.md %{treesitter_files}