summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Weißschuh2020-03-26 11:43:33 +0100
committerThomas Weißschuh2020-03-26 11:43:33 +0100
commitcad183455602ba4e8d07ff99013d0a91531a85c9 (patch)
tree1a8cd96e65940e2e4814911f05ccedcc083916ea
parent200abbb38e5e167cd2e22b84e06840169b2b5040 (diff)
downloadaur-cad183455602ba4e8d07ff99013d0a91531a85c9.tar.gz
upgpkg: lilypond-docs 2.20.0-1
upstream release
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a97298be56b..b37a104fc68b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Mon Oct 16 07:25:42 UTC 2017
pkgbase = lilypond-docs
pkgdesc = Offline documentation for lilypond
- pkgver = 2.18.2
- pkgrel = 2
+ pkgver = 2.20.0
+ pkgrel = 1
url = http://lilypond.org
arch = any
license = GPL
- depends = lilypond=2.18.2
+ depends = lilypond=2.20.0
options = !strip
- source = http://download.linuxaudio.org/lilypond/binaries/documentation/lilypond-2.18.2-1.documentation.tar.bz2
- sha256sums = e3d7474200448c9677925ccf4f90982ca87e8f789e143afdc6bf397f0e368b99
+ source = https://lilypond.org/downloads/binaries/documentation/lilypond-2.20.0-1.documentation.tar.bz2
+ sha256sums = a70e28cd9238b5e0e2deebeca19706d65a3ec3b6b874b6b5f0e73b486962aceb
pkgname = lilypond-docs
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')