summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD13
2 files changed, 16 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4ffe99bafa0..9a8705eff5b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 30 13:34:46 UTC 2017
+# Mon Feb 20 13:12:23 UTC 2017
pkgbase = frescobaldi
pkgdesc = A LilyPond sheet music text editor.
- pkgver = 2.19.0
+ pkgver = 3.0.0
pkgrel = 1
url = http://www.frescobaldi.org/
arch = any
@@ -10,10 +10,11 @@ pkgbase = frescobaldi
depends = hyphen
depends = poppler
depends = python>=3.2
- depends = python-ly>=0.9.4
- depends = python-poppler-qt4
- depends = python-pyqt4>=4.8.3
- depends = qt4>=4.7
+ depends = python-ly>=0.9.5
+ depends = python-poppler-qt5
+ depends = python-pyqt5>=5.4
+ depends = qt5-base>=5.4
+ depends = hicolor-icon-theme
depends = tango-icon-theme
optdepends = lilypond: Music engraving (recommended)
optdepends = python-pygame: MIDI playback (alternate engine)
@@ -26,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.19.0/frescobaldi-2.19.0.tar.gz
- md5sums = e5ff8cdbec7b83601afb576c94e7aecb
+ source = https://github.com/wbsoft/frescobaldi/releases/download/v3.0.0/frescobaldi-3.0.0.tar.gz
+ md5sums = dacc4cc23e4de5acef163001d18dfa8c
pkgname = frescobaldi
diff --git a/PKGBUILD b/PKGBUILD
index 44e9d258a2bd..d7be754c0847 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Raphaƫl Doursenaud <rdoursenaud@free.fr>
pkgname=frescobaldi
-pkgver=2.19.0
+pkgver=3.0.0
pkgrel=1
pkgdesc="A LilyPond sheet music text editor."
arch=('any')
@@ -14,10 +14,11 @@ depends=(
'hyphen'
'poppler'
'python>=3.2'
- 'python-ly>=0.9.4'
- 'python-poppler-qt4'
- 'python-pyqt4>=4.8.3'
- 'qt4>=4.7'
+ 'python-ly>=0.9.5'
+ 'python-poppler-qt5'
+ 'python-pyqt5>=5.4'
+ 'qt5-base>=5.4'
+ 'hicolor-icon-theme'
'tango-icon-theme'
)
optdepends=(
@@ -36,7 +37,7 @@ optdepends=(
'hyphen-ro: Romanian hyphenation rules'
)
source=(https://github.com/wbsoft/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e5ff8cdbec7b83601afb576c94e7aecb')
+md5sums=('dacc4cc23e4de5acef163001d18dfa8c')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"