Package Details: chordpro-cli 6.090.1-2

Git Clone URL: https://aur.archlinux.org/chordpro-cli.git (read-only, click to copy)
Package Base: chordpro-cli
Description: A lyrics and chords formatting program (CLI)
Upstream URL: https://chordpro.org/
Keywords: chordpro chords guitar music
Licenses: Artistic-2.0
Conflicts: chordpro
Provides: chordpro
Submitter: joelvaz0x01
Maintainer: joelvaz0x01
Last Packager: joelvaz0x01
Votes: 3
Popularity: 0.166655
First Submitted: 2025-05-20 17:43 (UTC)
Last Updated: 2026-01-15 23:53 (UTC)

Latest Comments

sgh commented on 2026-01-07 08:47 (UTC)

Please update the version - currently it does not build.

TillEulenspiegel commented on 2025-11-02 19:20 (UTC)

@joelvaz0x01 Thanks for fixing the issue!

joelvaz0x01 commented on 2025-10-31 23:38 (UTC)

@TillEulenspiegel I updated PKGBUILD to the new version of ChordPro and also changed the eval() command. I think that was the problem. It should compile now. If you find any errors let me know.

TillEulenspiegel commented on 2025-10-31 11:08 (UTC)

I can't install due to a weird build error:

Successfully installed HarfBuzz-Shaper-0.031
Installing /home/till/.cache/yay/chordpro-cli/src/lib/perl5/x86_64-linux-thread-multi/.meta/HarfBuzz-Shaper-0.031/install.json
Installing /home/till/.cache/yay/chordpro-cli/src/lib/perl5/x86_64-linux-thread-multi/.meta/HarfBuzz-Shaper-0.031/MYMETA.json
<== Installed dependencies for .. Finishing.
2 distributions installed
Attempting to create directory /home/till/.cache/yay/chordpro-cli/src
++ set -q PERL5LIB
/home/till/.cache/yay/chordpro-cli/PKGBUILD: Zeile 55: set: -q: Ungültige Option.
set: Aufruf: set [-abefhkmnptuvxBCEHPT] [-o Optionsname] [--] [-] [Argument ...]
+++ error_function build
+++ ((  ! BASH_SUBSHELL  ))
++++ gettext 'A failure occurred in %s().'
+++ error 'Ein Fehler geschah in %s().' build
+++ local 'mesg=Ein Fehler geschah in %s().'
+++ shift
++++ gettext ERROR:
+++ printf $'\E[1m\E[31m==> FEHLER:\E(B\E[m\E[1m Ein Fehler geschah in %s().\E(B\E[m\\n' build
==> FEHLER: Ein Fehler geschah in build().

joelvaz0x01 commented on 2025-06-12 17:59 (UTC)

@windel Thanks for the feedback, I already updated with the pearl modules found on the official source and some from AUR.

windel commented on 2025-06-11 09:25 (UTC)

We could use perl dependencies like this:

depends=(
    'perl'
    'perl-file-homedir'
    'perl-image-info'
    'perl-json-xs'
    'perl-lwp-protocol-https'
    'perl-mozilla-ca'
    'perl-ref-util'
)