diff options
author | haawda | 2017-03-22 20:00:35 +0100 |
---|---|---|
committer | haawda | 2017-03-22 20:00:35 +0100 |
commit | ca7198fb4b6307ea1d2082e14f13a7bbf227a53a (patch) | |
tree | c4ace1ef63add975672f53d45f1cd52361291f91 | |
parent | fc7f746ed383a2756bbcfd71d09f5a50f7e0643a (diff) | |
download | aur-ca7198fb4b6307ea1d2082e14f13a7bbf227a53a.tar.gz |
add a new optdepend
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = lilypond-devel pkgdesc = An automated music engraving system (development version) - pkgver = 2.19.56 + pkgver = 2.19.57 pkgrel = 1 url = http://lilypond.org/ arch = i686 @@ -23,12 +23,12 @@ 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.56 + provides = lilypond=2.19.57 conflicts = lilypond conflicts = lilypond-git - source = http://download.linuxaudio.org/lilypond/sources/v2.19/lilypond-2.19.56.tar.gz + source = http://download.linuxaudio.org/lilypond/sources/v2.19/lilypond-2.19.57.tar.gz source = no_fontforge-versioncheck.patch - sha256sums = 71e53cb4a7c1fe33f383be1af186b40a9b42d81784f6fb5e605c29be5359265c + sha256sums = be86019ae91cf78267081e96f35cf682931d0219215e160b16b03b907cac755a sha256sums = e74391f718babb984c5f637397162cf096c4716f5b9a21346ec76035cfc80817 pkgname = lilypond-devel @@ -2,7 +2,7 @@ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=lilypond-devel -pkgver=2.19.56 +pkgver=2.19.57 pkgrel=1 pkgdesc="An automated music engraving system (development version)" arch=('i686' 'x86_64') @@ -29,7 +29,7 @@ optdepends=('netpbm: building HTML documentation' 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=('71e53cb4a7c1fe33f383be1af186b40a9b42d81784f6fb5e605c29be5359265c' +sha256sums=('be86019ae91cf78267081e96f35cf682931d0219215e160b16b03b907cac755a' 'e74391f718babb984c5f637397162cf096c4716f5b9a21346ec76035cfc80817') prepare() { |