Date: Sunday, May 2, 2021 @ 10:58:41 Author: dvzrv Revision: 926108 upgpkg: lilypond 2.22.1-2: Rebuild against guile1.8.
Upstream in fact does not recommend using guile > 1.8 with lilypond 2.22.x yet: https://bugs.archlinux.org/task/69467 Modified: lilypond/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-02 10:49:12 UTC (rev 926107) +++ PKGBUILD 2021-05-02 10:58:41 UTC (rev 926108) @@ -7,13 +7,14 @@ pkgname=lilypond pkgver=2.22.1 -pkgrel=1 +pkgrel=2 pkgdesc="Music engraving program, devoted to producing the highest-quality sheet music possible" arch=('x86_64') url="https://lilypond.org" license=('FDL1.3' 'GPL3' 'custom:OFL') groups=('pro-audio') -depends=('gcc-libs' 'ghostscript' 'glibc' 'gsfonts' 'guile') +# NOTE: use guile only with 2.24.x +depends=('gcc-libs' 'ghostscript' 'glibc' 'gsfonts' 'guile1.8') makedepends=('fontconfig' 'fontforge' 'freetype2' 'glib2' 'imagemagick' 'pango' 'python' 'rsync' 't1utils' 'texinfo' 'texlive-core' 'tex-gyre-fonts' 'texlive-langcyrillic' 'zip')
