summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaphaël Doursenaud2015-12-27 19:22:56 +0100
committerRaphaël Doursenaud2015-12-27 19:22:56 +0100
commitea0ee3f1fb0c7176386840f63527e215c1c4e3a8 (patch)
tree3db1e0df02e2b7a7fffd2fb3472fe8374707bb1f /PKGBUILD
parent6c30d8dc6bc29b3dacbb5cf89c273eef3ee1ca12 (diff)
downloadaur-ea0ee3f1fb0c7176386840f63527e215c1c4e3a8.tar.gz
Set minimum python-ly version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 509ab2dceae2..e90693d420d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=frescobaldi
pkgver=2.18.2
-pkgrel=1
+pkgrel=2
pkgdesc="A LilyPond sheet music text editor."
arch=('any')
url="http://www.frescobaldi.org/"
@@ -14,7 +14,7 @@ depends=(
'hyphen'
'poppler'
'python>=3.2'
- 'python-ly>=0.9'
+ 'python-ly>=0.9.3'
'python-poppler-qt4'
'python-pyqt4>=4.8.3'
'qt4>=4.7'