summaryrefslogtreecommitdiff
path: root/libre/pyqt5/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/pyqt5/PKGBUILD')
-rw-r--r--libre/pyqt5/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/pyqt5/PKGBUILD b/libre/pyqt5/PKGBUILD
index 984491087..a810bb07a 100644
--- a/libre/pyqt5/PKGBUILD
+++ b/libre/pyqt5/PKGBUILD
@@ -21,7 +21,7 @@
pkgbase=pyqt5
pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
pkgver=5.11.2
-pkgrel=2.parabola1
+pkgrel=2.parabola2
arch=('i686' 'x86_64' 'armv7h')
url="http://riverbankcomputing.co.uk/software/pyqt/intro"
license=('GPL')
@@ -154,7 +154,7 @@ package_pyqt5-common(){
package_python-pyqt5(){
pkgdesc="A set of Python 3.x bindings for the Qt5 toolkit, without nonfree qt5-webengine support"
- depends=('python-sip-pyqt5' 'pyqt5-common' 'python2-enum34')
+ depends=('python-sip-pyqt5' 'pyqt5-common')
optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
'python-dbus: for python-dbus mainloop support'
'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
@@ -179,7 +179,7 @@ package_python-pyqt5(){
package_python2-pyqt5(){
pkgdesc="A set of Python 2.x bindings for the Qt5 toolkit, without nonfree qt5-webengine support"
- depends=('python2-sip-pyqt5' 'pyqt5-common')
+ depends=('python2-sip-pyqt5' 'pyqt5-common' 'python2-enum34')
optdepends=('python2-opengl: enable OpenGL 3D graphics in PyQt applications'
'python-dbus: for python-dbus mainloop support'
'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'