summaryrefslogtreecommitdiff
path: root/community/lilypond
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-08-28 00:08:58 +0000
committerroot <root@rshg054.dnsready.net>2012-08-28 00:08:58 +0000
commit559da5e6e5aff9ccc57e29b6a91c35a528424b6c (patch)
tree0e648ff39bc964f3bd675917b369124f8e1e0dee /community/lilypond
parentfeeabffe5469ebe2fde0e79802e470d007528b85 (diff)
Tue Aug 28 00:08:57 UTC 2012
Diffstat (limited to 'community/lilypond')
-rw-r--r--community/lilypond/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
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 <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.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