summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0321567a3493..c3ac3cc4b2d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=(x86_64)
url='http://qt-project.org/'
license=(LGPL)
pkgdesc='Enables the use of Qt5 APIs in Python applications'
-depends=("python2-shiboken2>=$pkgver" qt5-base)
+depends=("python2-shiboken2>=${pkgver}" "qt5-base>=${_qtver}")
optdepends=('qt5-svg: QtSvg bindings'
'qt5-script: QtScript bindings'
'qt5-speech: QtTextToSpeech bindings'