summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaphaël Doursenaud2021-01-06 12:23:34 +0100
committerRaphaël Doursenaud2021-01-06 12:23:34 +0100
commitc60567b40ed267fc2865b0da65ab5f090a98fa9d (patch)
treef9e3e3232adccdbe6066b891179940e27aaae9bf /PKGBUILD
parent4ce6de378c9620cb3a3adfebe20b5b9560b2bfca (diff)
downloadaur-frescobaldi.tar.gz
Updated dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6e27230f16e..7f1983c6727f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=frescobaldi
pkgver=3.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="A LilyPond sheet music text editor."
arch=('any')
url="http://www.frescobaldi.org/"
@@ -17,12 +17,11 @@ depends=(
'python-ly>=0.9.5'
'python-poppler-qt5'
'python-pyqt5>=5.9'
- 'python-pyqtwebengine>=5.9'
- 'python-sip'
+ 'python-pyqt5-webengine>=5.9'
+ 'python-pyqt5-sip>=5.9'
'qt5-base>=5.9'
'qt5-svg>=5.9'
- 'qt5-webchannel>=5.9'
- 'qt5-webengine>=5.9'
+ 'qt5-webkit>=5.9'
'hicolor-icon-theme'
'tango-icon-theme'
)