diff options
author | Stefan Husmann | 2016-12-05 21:10:16 +0100 |
---|---|---|
committer | Stefan Husmann | 2016-12-05 21:10:16 +0100 |
commit | 77d4e703ee550366757e14e136029ead5c9ee194 (patch) | |
tree | 790337754323c8d60e1ef9cf9d31f226f4441d17 | |
parent | 2815810b66c213584d28377e8da3d39bb6bbd1c5 (diff) | |
download | aur-77d4e703ee550366757e14e136029ead5c9ee194.tar.gz |
update
-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.51 + pkgver = 2.19.52 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.51 + provides = lilypond=2.19.52 conflicts = lilypond conflicts = lilypond-git - source = http://download.linuxaudio.org/lilypond/sources/v2.19/lilypond-2.19.51.tar.gz + source = http://download.linuxaudio.org/lilypond/sources/v2.19/lilypond-2.19.52.tar.gz source = no_fontforge-versioncheck.patch - sha256sums = 81163eccaeee083681b93b727eed00ed93f57899df9d423aba76f5e800db92ac + sha256sums = 77f4a62b2872f7d6813c7e58b9f8680fc4c3434b86f695117d135b5402e90409 sha256sums = e74391f718babb984c5f637397162cf096c4716f5b9a21346ec76035cfc80817 pkgname = lilypond-devel @@ -2,7 +2,7 @@ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=lilypond-devel -pkgver=2.19.51 +pkgver=2.19.52 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=('81163eccaeee083681b93b727eed00ed93f57899df9d423aba76f5e800db92ac' +sha256sums=('77f4a62b2872f7d6813c7e58b9f8680fc4c3434b86f695117d135b5402e90409' 'e74391f718babb984c5f637397162cf096c4716f5b9a21346ec76035cfc80817') prepare() { |