summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Weißschuh2014-03-06 20:31:16 +0000
committerThomas Weißschuh2014-03-06 20:31:16 +0000
commitad106602351820a4a697755112253de453cb680a (patch)
tree355e1ccb8928e4998ca289522f3d5d7f69d86d22
parent7dc6d19e9066f2883ab4a45bc4af1645f665d3c7 (diff)
downloadaur-ad106602351820a4a697755112253de453cb680a.tar.gz
update packages
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3edfc64e3490..c3b29e691233 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = lilypond-docs
pkgdesc = Offline documentation for lilypond
- pkgver = 2.16.2
+ pkgver = 2.18.0
pkgrel = 1
url = http://lilypond.org
arch = any
license = GPL
- depends = lilypond=2.16.2
+ depends = lilypond=2.18.0
options = !strip
- source = http://lilypond.org/download/binaries/documentation/lilypond-2.16.2-1.documentation.tar.bz2
- sha256sums = d84bb0a88472eb414d5948268782503f0fb59be8ba1d03b2d045332041057d84
+ source = http://lilypond.org/download/binaries/documentation/lilypond-2.18.0-1.documentation.tar.bz2
+ sha256sums = ade8bd8e34670070df2c2388a83d64a65204b5bd22919851ff6fa99910f785b3
pkgname = lilypond-docs
diff --git a/PKGBUILD b/PKGBUILD
index f3d4875fff02..a3e69bf4df1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas Weißschuh <thomas t-8ch de>
pkgname=lilypond-docs
-pkgver=2.16.2
+pkgver=2.18.0
pkgrel=1
pkgdesc="Offline documentation for lilypond"
arch=(any)
@@ -10,11 +10,10 @@ depends=("lilypond=${pkgver}")
license=("GPL")
options=("!strip")
source=("http://lilypond.org/download/binaries/documentation/lilypond-${pkgver}-1.documentation.tar.bz2")
-sha256sums=('d84bb0a88472eb414d5948268782503f0fb59be8ba1d03b2d045332041057d84')
package(){
mkdir -p "${pkgdir}/usr/share"
cp -R "${srcdir}/share/"{doc,omf} "${pkgdir}/usr/share/"
}
-# vim: sw=2:ts=2 et:
+sha256sums=('ade8bd8e34670070df2c2388a83d64a65204b5bd22919851ff6fa99910f785b3')