summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0537c77a8c1d..9c375f5686b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = frescobaldi-git
pkgdesc = A LilyPond sheet music text editor.
- pkgver = 3.1.1.r19.g6865786e
+ pkgver = 3.1.2.r46.gc85376f9
pkgrel = 1
url = http://www.frescobaldi.org/
arch = any
@@ -12,6 +12,7 @@ pkgbase = frescobaldi-git
depends = python-ly>=0.9.5
depends = python-poppler-qt5
depends = python-pyqt5>=5.9
+ depends = qpageview
depends = qt5-base>=5.9
depends = qt5-svg>=5.9
depends = qt5-webkit>=5.9
@@ -29,7 +30,7 @@ pkgbase = frescobaldi-git
optdepends = hyphen-nl: Dutch hyphenation rules
optdepends = hyphen-ro: Romanian hyphenation rules
optdepends = python-pycups: Printing to a local CUPS server
- provides = frescobaldi=3.1.1.r19.g6865786e-1
+ provides = frescobaldi=3.1.2.r46.gc85376f9-1
conflicts = frescobaldi
source = frescobaldi-git::git://github.com/frescobaldi/frescobaldi.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4bb230cff5fa..698837a5d49e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Raphaƫl Doursenaud <rdoursenaud@free.fr>
pkgname=frescobaldi-git
-pkgver=3.1.1.r19.g6865786e
+pkgver=3.1.2.r46.gc85376f9
pkgrel=1
pkgdesc="A LilyPond sheet music text editor."
arch=('any')
@@ -15,6 +15,7 @@ depends=(
'python-ly>=0.9.5'
'python-poppler-qt5'
'python-pyqt5>=5.9'
+ 'qpageview'
'qt5-base>=5.9'
'qt5-svg>=5.9'
'qt5-webkit>=5.9'