summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphaël Doursenaud2016-05-07 14:50:37 +0200
committerRaphaël Doursenaud2016-05-07 14:50:37 +0200
commitbf3f464c345c50e636418f8f3ef9361254406f95 (patch)
tree63637c52e0a5d092f39be9cd8afc89d34ddb23b3
parentea0ee3f1fb0c7176386840f63527e215c1c4e3a8 (diff)
downloadaur-bf3f464c345c50e636418f8f3ef9361254406f95.tar.gz
Updated to v2.19.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b81239c56615..e5e389b344db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Dec 27 18:22:56 UTC 2015
+# Sat May 7 12:50:37 UTC 2016
pkgbase = frescobaldi
pkgdesc = A LilyPond sheet music text editor.
- pkgver = 2.18.2
- pkgrel = 2
+ pkgver = 2.19.0
+ pkgrel = 1
url = http://www.frescobaldi.org/
install = frescobaldi.install
arch = any
@@ -11,7 +11,7 @@ pkgbase = frescobaldi
depends = hyphen
depends = poppler
depends = python>=3.2
- depends = python-ly>=0.9.3
+ depends = python-ly>=0.9.4
depends = python-poppler-qt4
depends = python-pyqt4>=4.8.3
depends = qt4>=4.7
@@ -27,8 +27,8 @@ pkgbase = frescobaldi
optdepends = hyphen-it: Italian hyphenation rules
optdepends = hyphen-nl: Dutch hyphenation rules
optdepends = hyphen-ro: Romanian hyphenation rules
- source = https://github.com/wbsoft/frescobaldi/releases/download/v2.18.2/frescobaldi-2.18.2.tar.gz
- md5sums = cdd8bc65323195a683efbef278e552e7
+ source = https://github.com/wbsoft/frescobaldi/releases/download/v2.19.0/frescobaldi-2.19.0.tar.gz
+ md5sums = e5ff8cdbec7b83601afb576c94e7aecb
pkgname = frescobaldi
diff --git a/PKGBUILD b/PKGBUILD
index e90693d420d1..4c4b7ca24c12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Maintainer: Raphaël Doursenaud <rdoursenaud@free.fr>
pkgname=frescobaldi
-pkgver=2.18.2
-pkgrel=2
+pkgver=2.19.0
+pkgrel=1
pkgdesc="A LilyPond sheet music text editor."
arch=('any')
url="http://www.frescobaldi.org/"
@@ -14,7 +14,7 @@ depends=(
'hyphen'
'poppler'
'python>=3.2'
- 'python-ly>=0.9.3'
+ 'python-ly>=0.9.4'
'python-poppler-qt4'
'python-pyqt4>=4.8.3'
'qt4>=4.7'
@@ -37,7 +37,7 @@ optdepends=(
)
source=(https://github.com/wbsoft/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
install=${pkgname}.install
-md5sums=('cdd8bc65323195a683efbef278e552e7')
+md5sums=('e5ff8cdbec7b83601afb576c94e7aecb')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"