From d48171579ce4c17eba55cf97890ee71a7b4e4915 Mon Sep 17 00:00:00 2001 From: Silke Hofstra Date: Sun, 3 Dec 2023 15:14:13 +0100 Subject: [PATCH] marp-cli: Fix 'Pkg: Error reading from file.' **Summary** Disable the generation/stripping of debug symbols, as this causes the bundled binary to no longer be valid. See #940 --- packages/m/marp-cli/package.yml | 7 ++++--- packages/m/marp-cli/pspec_x86_64.xml | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/packages/m/marp-cli/package.yml b/packages/m/marp-cli/package.yml index 40db515ad54..f21735a49bd 100644 --- a/packages/m/marp-cli/package.yml +++ b/packages/m/marp-cli/package.yml @@ -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 : | diff --git a/packages/m/marp-cli/pspec_x86_64.xml b/packages/m/marp-cli/pspec_x86_64.xml index abd1dcad41c..9ff7ec55626 100644 --- a/packages/m/marp-cli/pspec_x86_64.xml +++ b/packages/m/marp-cli/pspec_x86_64.xml @@ -24,8 +24,8 @@ - - 2023-10-29 + + 2023-12-03 3.4.0 Packaging update Silke Hofstra