summaryrefslogtreecommitdiff
path: root/community/lilypond
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-13 01:32:19 -0800
committerroot <root@rshg054.dnsready.net>2012-11-13 01:32:19 -0800
commita29329c38e50afd28d28c3a99e35d8774b9b19f8 (patch)
tree42f4b2e44d0f2fcce6dff4f44ba48e623437b16e /community/lilypond
parentb863c91c6c9218e2ad9458231b24385be177ed08 (diff)
Tue Nov 13 01:32:13 PST 2012
Diffstat (limited to 'community/lilypond')
-rw-r--r--community/lilypond/PKGBUILD13
1 files changed, 5 insertions, 8 deletions
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 <pupykin.s+arch@gmail.com>
# Maintainer: Geoffroy Carrier <geoffroy@archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
# Contributor: Robert Emil Berge <filoktetes@linuxophic.org>
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