Skip to content

Commit

Permalink
marp-cli: Fix 'Pkg: Error reading from file.'
Browse files Browse the repository at this point in the history
**Summary**

Disable the generation/stripping of debug symbols, as this causes the bundled binary to no longer be valid.

See #940
  • Loading branch information
silkeh committed Dec 3, 2023
1 parent c15ed6d commit d481715
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions packages/m/marp-cli/package.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name : marp-cli
version : 3.4.0
release : 10
release : 11
homepage : https://marp.app/
source :
- https://github.com/marp-team/marp-cli/archive/refs/tags/v3.4.0.tar.gz : 7112cab9b9bf0829c266bbe64ae61d9b8feab75071dd9a0cb32ec95bc09b95f1
license : MIT
component : office
networking : yes
strip : no
summary : A CLI interface for Marp and Marpit based converters
description: |
A CLI interface for Marp and any slide deck converter based on Marpit framework. It can convert Marp / Marpit Markdown files into static HTML / CSS, PDF, PowerPoint document, and image(s) easily.
networking : yes
strip : no
debug : no
builddeps :
- yarn
setup : |
Expand Down
4 changes: 2 additions & 2 deletions packages/m/marp-cli/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
</Files>
</Package>
<History>
<Update release="10">
<Date>2023-10-29</Date>
<Update release="11">
<Date>2023-12-03</Date>
<Version>3.4.0</Version>
<Comment>Packaging update</Comment>
<Name>Silke Hofstra</Name>
Expand Down

0 comments on commit d481715

Please sign in to comment.