summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-03-27 20:24:45 +0200
committerhaawda2017-03-27 20:24:45 +0200
commit7db28121306b8ff913300339fb7baa231dabb19f (patch)
tree910eb198965bd715bf8c9c1deaa6e51326c04c7d
parentca7198fb4b6307ea1d2082e14f13a7bbf227a53a (diff)
downloadaur-7db28121306b8ff913300339fb7baa231dabb19f.tar.gz
update
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a34e236b8cf6..e3cab6c5a895 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lilypond-devel
pkgdesc = An automated music engraving system (development version)
- pkgver = 2.19.57
+ pkgver = 2.19.58
pkgrel = 1
url = http://lilypond.org/
arch = i686
@@ -23,12 +23,13 @@ pkgbase = lilypond-devel
optdepends = ttf-kochi-substitute: building HTML documentation
optdepends = texi2html>=1.82: building HTML documentation
optdepends = rsync: installing HTML documentation
- provides = lilypond=2.19.57
+ optdepends = extractpdfmark: for reducing the size of pdf output significantly
+ provides = lilypond=2.19.58
conflicts = lilypond
conflicts = lilypond-git
- source = http://download.linuxaudio.org/lilypond/sources/v2.19/lilypond-2.19.57.tar.gz
+ source = http://download.linuxaudio.org/lilypond/sources/v2.19/lilypond-2.19.58.tar.gz
source = no_fontforge-versioncheck.patch
- sha256sums = be86019ae91cf78267081e96f35cf682931d0219215e160b16b03b907cac755a
+ sha256sums = 074ee50299c7791403c8354a3604a0f0b3d35b8440fc53726d181b17c7ba4a72
sha256sums = e74391f718babb984c5f637397162cf096c4716f5b9a21346ec76035cfc80817
pkgname = lilypond-devel
diff --git a/PKGBUILD b/PKGBUILD
index 98d452f1b76f..744ef7c040f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=lilypond-devel
-pkgver=2.19.57
+pkgver=2.19.58
pkgrel=1
pkgdesc="An automated music engraving system (development version)"
arch=('i686' 'x86_64')
@@ -25,11 +25,12 @@ optdepends=('netpbm: building HTML documentation'
'imagemagick: building HTML documentation'
'ttf-kochi-substitute: building HTML documentation'
'texi2html>=1.82: building HTML documentation'
- 'rsync: installing HTML documentation')
+ 'rsync: installing HTML documentation'
+ 'extractpdfmark: for reducing the size of pdf output significantly')
provides=("lilypond=$pkgver")
conflicts=('lilypond' 'lilypond-git')
source=("http://download.linuxaudio.org/lilypond/sources/v2.19/lilypond-${pkgver}.tar.gz" 'no_fontforge-versioncheck.patch')
-sha256sums=('be86019ae91cf78267081e96f35cf682931d0219215e160b16b03b907cac755a'
+sha256sums=('074ee50299c7791403c8354a3604a0f0b3d35b8440fc53726d181b17c7ba4a72'
'e74391f718babb984c5f637397162cf096c4716f5b9a21346ec76035cfc80817')
prepare() {