summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7be754c0847..37617b481ff3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=frescobaldi
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A LilyPond sheet music text editor."
arch=('any')
url="http://www.frescobaldi.org/"
@@ -18,6 +18,8 @@ depends=(
'python-poppler-qt5'
'python-pyqt5>=5.4'
'qt5-base>=5.4'
+ 'qt5-svg>=5.4'
+ 'qt5-webkit>=5.4'
'hicolor-icon-theme'
'tango-icon-theme'
)