- switch to the correct upstream (which works with neovim)
OBS-URL: https://build.opensuse.org/package/show/editors/tree-sitter-lua?expand=0&rev=2
This commit is contained in:
parent
2d7286e7f9
commit
7683664018
4
_service
4
_service
@ -1,8 +1,8 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://github.com/Azganoth/tree-sitter-lua.git</param>
|
<param name="url">https://github.com/tree-sitter-grammars/tree-sitter-lua.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">refs/tags/v2.1.3</param>
|
<param name="revision">refs/tags/v0.1.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
</service>
|
</service>
|
||||||
|
3
tree-sitter-lua-0.1.0.obscpio
Normal file
3
tree-sitter-lua-0.1.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1d9b99bb72d22ee4fad9065a7f2ee2cb19721937fd48859a552f24757b675591
|
||||||
|
size 546828
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b71403df6fe7082f5b2e756a41ef2d81ba15d0c66fcd2907f3bcf3c40b417c7c
|
|
||||||
size 464395
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 21 23:24:36 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
|
||||||
|
|
||||||
|
- switch to the correct upstream (which works with neovim)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 21 11:41:48 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
|
Fri Jun 21 11:41:48 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: tree-sitter-lua
|
name: tree-sitter-lua
|
||||||
version: 2.1.3
|
version: 0.1.0
|
||||||
mtime: 1660452210
|
mtime: 1710150044
|
||||||
commit: 6b02dfd7f07f36c223270e97eb0adf84e15a4cef
|
commit: a24dab177e58c9c6832f96b9a73102a0cfbced4a
|
||||||
|
@ -18,11 +18,11 @@
|
|||||||
|
|
||||||
%define _name lua
|
%define _name lua
|
||||||
Name: tree-sitter-%{_name}
|
Name: tree-sitter-%{_name}
|
||||||
Version: 2.1.3
|
Version: 0.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lua grammar for tree-sitter
|
Summary: Lua grammar for tree-sitter
|
||||||
License: MIT
|
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
|
Source: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: tree-sitter
|
BuildRequires: tree-sitter
|
||||||
%treesitter_grammars %{_name}
|
%treesitter_grammars %{_name}
|
||||||
@ -41,7 +41,7 @@ BuildRequires: tree-sitter
|
|||||||
%treesitter_install
|
%treesitter_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE.txt
|
%license LICENSE.md
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{treesitter_files}
|
%{treesitter_files}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user