From 559da5e6e5aff9ccc57e29b6a91c35a528424b6c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 28 Aug 2012 00:08:58 +0000 Subject: Tue Aug 28 00:08:57 UTC 2012 --- community/lilypond/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'community/lilypond') diff --git a/community/lilypond/PKGBUILD b/community/lilypond/PKGBUILD index 245985415..9617be403 100644 --- a/community/lilypond/PKGBUILD +++ b/community/lilypond/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 62129 2012-01-16 13:56:57Z bisson $ +# $Id: PKGBUILD 75534 2012-08-26 20:38:31Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Geoffroy Carrier # Contributor: William Rea # Contributor: Robert Emil Berge pkgname=lilypond -pkgver=2.14.2 -pkgrel=4 +pkgver=2.16.0 +pkgrel=1 pkgdesc="An automated music engraving system" arch=('i686' 'x86_64') url="http://lilypond.org" @@ -16,9 +16,9 @@ makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils' 'gsfonts' 'texi2html') options=('emptydirs') install=lilypond.install -source=(http://download.linuxaudio.org/lilypond/sources/v2.14/$pkgname-$pkgver.tar.gz +source=(http://download.linuxaudio.org/lilypond/sources/v2.16/$pkgname-$pkgver.tar.gz texlive-workaround.patch) -md5sums=('4053a19e03181021893981280feb9aaa' +md5sums=('c4637d5f3e485c529c2d98fe372c41fe' 'ff32863f3eed67ac744e50bc4fc67a87') build() { @@ -31,7 +31,7 @@ build() { done rm -rf python/out/ - patch -p1 <$srcdir/texlive-workaround.patch +# patch -p1 <$srcdir/texlive-workaround.patch PYTHON=/usr/bin/python2 ./configure --prefix=/usr make -- cgit v1.2.3-54-g00ecf