summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Weißschuh2021-01-29 15:47:09 +0100
committerThomas Weißschuh2021-01-29 15:47:09 +0100
commit978ccbdbb3f651eac961dc0d6cda96ffa44f425f (patch)
treebdb7b714ee165f82eb6472b211e9df351227187e
parentcad183455602ba4e8d07ff99013d0a91531a85c9 (diff)
downloadaur-978ccbdbb3f651eac961dc0d6cda96ffa44f425f.tar.gz
upgpkg: lilypond-docs 2.22.0-1
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b37a104fc68b..9578c603c1cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = lilypond-docs
pkgdesc = Offline documentation for lilypond
- pkgver = 2.20.0
+ pkgver = 2.22.0
pkgrel = 1
url = http://lilypond.org
arch = any
license = GPL
- depends = lilypond=2.20.0
options = !strip
- source = https://lilypond.org/downloads/binaries/documentation/lilypond-2.20.0-1.documentation.tar.bz2
- sha256sums = a70e28cd9238b5e0e2deebeca19706d65a3ec3b6b874b6b5f0e73b486962aceb
+ source = https://lilypond.org/downloads/binaries/documentation/lilypond-2.22.0-1.documentation.tar.bz2
+ sha256sums = 2698a407424e29abf834d12376fb33aa1bfa2afa8b7f3537120b0817b982bd8f
pkgname = lilypond-docs
diff --git a/PKGBUILD b/PKGBUILD
index 6f70c1250135..3f53efb6ffce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Thomas Weißschuh <thomas t-8ch de>
pkgname=lilypond-docs
-pkgver=2.20.0
+pkgver=2.22.0
pkgrel=1
pkgdesc="Offline documentation for lilypond"
arch=(any)
url="http://lilypond.org"
-depends=("lilypond=${pkgver}")
+depends=()
license=("GPL")
options=("!strip")
source=("https://lilypond.org/downloads/binaries/documentation/lilypond-${pkgver}-1.documentation.tar.bz2")
@@ -14,7 +14,7 @@ source=("https://lilypond.org/downloads/binaries/documentation/lilypond-${pkgver
package(){
mkdir -p "${pkgdir}/usr/share"
- cp -R "${srcdir}/share/"{doc,omf} "${pkgdir}/usr/share/"
+ cp -R "${srcdir}/share/doc" "${pkgdir}/usr/share/"
}
-sha256sums=('a70e28cd9238b5e0e2deebeca19706d65a3ec3b6b874b6b5f0e73b486962aceb')
+sha256sums=('2698a407424e29abf834d12376fb33aa1bfa2afa8b7f3537120b0817b982bd8f')