summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphaël Doursenaud2018-12-29 14:39:11 +0100
committerRaphaël Doursenaud2018-12-29 14:39:11 +0100
commit4d103e8e1624cc7f07434e082f1519f0eaf3d2e8 (patch)
treee2a24aaeeddc610ccc23514f01c7a75e87de4fa5
parent91d60adb060c7b1f38e97fc89fc99f27d69d09f9 (diff)
downloadaur-4d103e8e1624cc7f07434e082f1519f0eaf3d2e8.tar.gz
Added python-sip dependency
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37617b481ff3..3cbb41bb263e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=frescobaldi
pkgver=3.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="A LilyPond sheet music text editor."
arch=('any')
url="http://www.frescobaldi.org/"
@@ -17,6 +17,7 @@ depends=(
'python-ly>=0.9.5'
'python-poppler-qt5'
'python-pyqt5>=5.4'
+ 'python-sip'
'qt5-base>=5.4'
'qt5-svg>=5.4'
'qt5-webkit>=5.4'