summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c8cf382238d..3604124655db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,8 @@ pkgdesc="sound cue playback software designed for live musical shows and theatre
url="http://linux-show-player.sourceforge.net/"
arch=('x86_64' 'i686')
license=('GPLv3')
-depends=('pyqt' 'python-gobject' 'gst-plugins-good' 'python-setuptools')
+depends=('python-pyqt5' 'python-gobject' 'gst-plugins-good'
+'python-setuptools')
optdepends=('portmidi: for portmidi support'
'gst-libav: for larger format support')