From 8761b05365253fc26922277480f12aeee32a375c Mon Sep 17 00:00:00 2001
From: Sergej Pupykin <spupykin@archlinux.org>
Date: Mon, 12 Nov 2012 09:25:19 +0000
Subject: [PATCH] upgpkg: 2.16.1-1

---
 PKGBUILD | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 4407bce..cc5227d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
 # 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"
@@ -15,10 +15,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"
@@ -30,7 +28,6 @@ build() {
   done
 
   rm -rf python/out/
-#  patch -p1 <$srcdir/texlive-workaround.patch
 
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr
   make
-- 
GitLab