summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50e10a0afabf..fd9e77b9a393 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lilypond-devel
pkgdesc = An automated music engraving system (development version)
- pkgver = 2.19.83
+ pkgver = 2.19.84
pkgrel = 1
url = http://lilypond.org/
arch = i686
@@ -22,11 +22,11 @@ pkgbase = lilypond-devel
depends = python2
optdepends = extractpdfmark: for reducing the size of pdf output significantly
optdepends = tk: for the gui
- provides = lilypond=2.19.83
+ provides = lilypond=2.19.84
conflicts = lilypond
- source = http://lilypond.org/downloads/sources/v2.19/lilypond-2.19.83.tar.gz
+ source = http://lilypond.org/downloads/sources/v2.19/lilypond-2.19.84.tar.gz
source = no_fontforge-versioncheck.patch
- sha256sums = 96ba4f4b342d21057ad74d85d647aea7e47a5c24f895127c2b3553a252738fb3
+ sha256sums = 94dcc66447f24966f28eda72c79e1ec16143b8ea4a537cc9f97d017cc0c0dd11
sha256sums = e74391f718babb984c5f637397162cf096c4716f5b9a21346ec76035cfc80817
pkgname = lilypond-devel
diff --git a/PKGBUILD b/PKGBUILD
index b43e45414ca7..da2b64f5f9d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=lilypond-devel
-pkgver=2.19.83
+pkgver=2.19.84
pkgrel=1
pkgdesc="An automated music engraving system (development version)"
arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@ optdepends=('extractpdfmark: for reducing the size of pdf output significantly'
provides=("lilypond=$pkgver")
conflicts=('lilypond')
source=("http://lilypond.org/downloads/sources/v2.19/lilypond-${pkgver}.tar.gz" "no_fontforge-versioncheck.patch")
-sha256sums=('96ba4f4b342d21057ad74d85d647aea7e47a5c24f895127c2b3553a252738fb3'
+sha256sums=('94dcc66447f24966f28eda72c79e1ec16143b8ea4a537cc9f97d017cc0c0dd11'
'e74391f718babb984c5f637397162cf096c4716f5b9a21346ec76035cfc80817')
prepare() {