Date: Friday, April 30, 2021 @ 09:41:05 Author: dvzrv Revision: 925329
upgpkg: lilypond 2.22.1-1: Upgrade to 2.22.1. Use guile instead of guile1.8 (https://bugs.archlinux.org/task/69467). Modified: lilypond/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-30 08:04:54 UTC (rev 925328) +++ PKGBUILD 2021-04-30 09:41:05 UTC (rev 925329) @@ -6,14 +6,14 @@ # Contributor: Robert Emil Berge <[email protected]> pkgname=lilypond -pkgver=2.22.0 -pkgrel=2 +pkgver=2.22.1 +pkgrel=1 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' 'guile1.8') +depends=('gcc-libs' 'ghostscript' 'glibc' 'gsfonts' 'guile') makedepends=('fontconfig' 'fontforge' 'freetype2' 'glib2' 'imagemagick' 'pango' 'python' 'rsync' 't1utils' 'texinfo' 'texlive-core' 'tex-gyre-fonts' 'texlive-langcyrillic' 'zip') @@ -23,8 +23,8 @@ 'ttf-dejavu: for extra fonts' ) source=("https://lilypond.org/downloads/sources/v${pkgver%.*}/$pkgname-$pkgver.tar.gz") -sha512sums=('4dcc4da1bd1aa1d10ca802acbe29f2256587cd8e2643651b6d2e42cfce0b9572d0eb1139fbc59cec98ad6b86b86e7a6910becb6be7a4350ee0adfe366daa0a65') -b2sums=('a7512629be43680c6e6bda1404c9b8e4a9bfb0b65ad565aede9dba983ae8e5fb350e8a53250cd01314b4d032d1bbe7b391bb3acd411dc6665868f4cd04f15011') +sha512sums=('dfe159928afd8592769fe9bf940b35e285465c2103707d855e82dba860e817a195c906fa9bda6fdfabce6f5adeaf49111891e14a822bf9cfb70a98312c6a9d1d') +b2sums=('41bd0159e8e851a3582c35285d301113e6a50c95c7b5adbe8ab1de3cc4e84a0580fe54e2166372b6640ab3d486b48d40edbcf4eacbf211d4fcb4e5d6defae2ff') prepare() { cd "$pkgname-$pkgver"
