SHA256
1
0
forked from pool/texlab
texlab/_service
Soc Virnyl Estela 46fc099aa6 - Update to version 5.12.0:
* Infer `texlab.build.auxDirectory`, `texlab.build.logDirectory` and 
    `texlab.build.pdfDirectory` from `latexmkrc` if available
  * Do not report `undefined reference` errors when using `\nocite{*}`
  * Fix potential crash when parsing build log files 
  * Set the final tab stop of the `\begin` snippet inside the environment
- Remove cargo_config since vendored tarball includes it now

OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=55
2023-12-13 08:45:01 +00:00

10 lines
316 B
Plaintext

<services>
<service name="download_files" mode="manual" />
<service name="cargo_vendor" mode="manual">
<param name="srctar">texlab-5.12.0.tar.gz</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="manual" />
</services>