summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44315b6a776f..6f70c1250135 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
# Maintainer: Thomas Weißschuh <thomas t-8ch de>
pkgname=lilypond-docs
-pkgver=2.18.2
-pkgrel=2
+pkgver=2.20.0
+pkgrel=1
pkgdesc="Offline documentation for lilypond"
arch=(any)
url="http://lilypond.org"
depends=("lilypond=${pkgver}")
license=("GPL")
options=("!strip")
-source=("http://download.linuxaudio.org/lilypond/binaries/documentation/lilypond-${pkgver}-1.documentation.tar.bz2")
+source=("https://lilypond.org/downloads/binaries/documentation/lilypond-${pkgver}-1.documentation.tar.bz2")
+
package(){
mkdir -p "${pkgdir}/usr/share"
cp -R "${srcdir}/share/"{doc,omf} "${pkgdir}/usr/share/"
}
-sha256sums=('e3d7474200448c9677925ccf4f90982ca87e8f789e143afdc6bf397f0e368b99')
+sha256sums=('a70e28cd9238b5e0e2deebeca19706d65a3ec3b6b874b6b5f0e73b486962aceb')