From a29329c38e50afd28d28c3a99e35d8774b9b19f8 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Nov 2012 01:32:19 -0800 Subject: Tue Nov 13 01:32:13 PST 2012 --- community/lilypond/PKGBUILD | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'community/lilypond') diff --git a/community/lilypond/PKGBUILD b/community/lilypond/PKGBUILD index 4a58cd269..9ef7f5192 100644 --- a/community/lilypond/PKGBUILD +++ b/community/lilypond/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 77506 2012-10-11 12:11:13Z spupykin $ +# $Id: PKGBUILD 79775 2012-11-12 09:26:01Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Geoffroy Carrier # Contributor: William Rea # Contributor: Robert Emil Berge pkgname=lilypond -pkgver=2.16.0 -pkgrel=2 +pkgver=2.16.1 +pkgrel=1 pkgdesc="An automated music engraving system" arch=('i686' 'x86_64') url="http://lilypond.org" @@ -16,10 +16,8 @@ makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils' 'gsfonts' 'texi2html') options=('emptydirs') install=lilypond.install -source=(http://download.linuxaudio.org/lilypond/sources/v2.16/$pkgname-$pkgver.tar.gz - texlive-workaround.patch) -md5sums=('c4637d5f3e485c529c2d98fe372c41fe' - 'ff32863f3eed67ac744e50bc4fc67a87') +source=(http://download.linuxaudio.org/lilypond/sources/v2.16/$pkgname-$pkgver.tar.gz) +md5sums=('3a87363ba287d2958ee9414c3c16bbb2') build() { cd "$srcdir/$pkgname-$pkgver" @@ -31,7 +29,6 @@ build() { done rm -rf python/out/ -# patch -p1 <$srcdir/texlive-workaround.patch PYTHON=/usr/bin/python2 ./configure --prefix=/usr make -- cgit v1.2.3-54-g00ecf