summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a42318df0a7e..ce59d07e36cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = lilypond-docs
pkgdesc = Offline documentation for lilypond
- pkgver = 2.22.1
+ pkgver = 2.24.1
pkgrel = 1
url = http://lilypond.org
arch = any
license = GPL
options = !strip
- source = https://lilypond.org/downloads/binaries/documentation/lilypond-2.22.1-1.documentation.tar.bz2
- sha256sums = ba619cda0ea1ac29f25d7e110c8f42f87adbf8207a7446829c90f8b7dee8d3ec
+ source = https://gitlab.com/lilypond/lilypond/-/releases/v2.24.1/downloads/lilypond-2.24.1-documentation.tar.xz
+ sha256sums = dc7b8d9cd86c435a3a3a5e6020869bf0d0507655e0c0a363a145d664391ddd18
pkgname = lilypond-docs
-
diff --git a/PKGBUILD b/PKGBUILD
index 9889de72e55c..af6ea7aaf638 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas Weißschuh <thomas t-8ch de>
pkgname=lilypond-docs
-pkgver=2.22.1
+pkgver=2.24.1
pkgrel=1
pkgdesc="Offline documentation for lilypond"
arch=(any)
@@ -9,7 +9,7 @@ url="http://lilypond.org"
depends=()
license=("GPL")
options=("!strip")
-source=("https://lilypond.org/downloads/binaries/documentation/lilypond-${pkgver}-1.documentation.tar.bz2")
+source=("https://gitlab.com/lilypond/lilypond/-/releases/v${pkgver}/downloads/lilypond-${pkgver}-documentation.tar.xz")
package(){
@@ -17,4 +17,4 @@ package(){
cp -R "${srcdir}/share/doc" "${pkgdir}/usr/share/"
}
-sha256sums=('ba619cda0ea1ac29f25d7e110c8f42f87adbf8207a7446829c90f8b7dee8d3ec')
+sha256sums=('dc7b8d9cd86c435a3a3a5e6020869bf0d0507655e0c0a363a145d664391ddd18')