- switch to the correct upstream (which works with neovim)
OBS-URL: https://build.opensuse.org/package/show/editors/tree-sitter-markdown?expand=0&rev=2
This commit is contained in:
parent
9b237dbf8d
commit
f4ce94c531
2
_service
2
_service
@ -1,6 +1,6 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/tree-sitter-grammars/tree-sitter-markdown.git</param>
|
||||
<param name="url">https://github.com/MDeiml/tree-sitter-markdown.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">refs/tags/v0.2.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 22 00:06:20 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
|
||||
|
||||
- switch to the correct upstream (which works with neovim)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 21 11:23:55 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
|
||||
|
||||
|
@ -18,11 +18,11 @@
|
||||
|
||||
%define _name markdown
|
||||
Name: tree-sitter-%{_name}
|
||||
Version: 0.7.1
|
||||
Version: 0.2.3
|
||||
Release: 0
|
||||
Summary: Markdown grammar for tree-sitter
|
||||
License: MIT
|
||||
URL: https://github.com/ikatyang/tree-sitter-markdown
|
||||
URL: https://github.com/MDeiml/tree-sitter-markdown
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: tree-sitter
|
||||
|
||||
@ -60,7 +60,7 @@ rm %{buildroot}%{_libdir}/libtree-sitter-{markdown-inline.a,markdown.a}
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%doc README.md CONTRIBUTING.md
|
||||
%{_libdir}/libtree-sitter-markdown.so
|
||||
%{_libdir}/libtree-sitter-markdown-inline.so
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user