mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/pyqt5 to 5.10-2
This commit is contained in:
parent
4a4b3bcc73
commit
9eaef40da1
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
pkgbase=pyqt5
|
pkgbase=pyqt5
|
||||||
pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
|
pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
|
||||||
pkgver=5.10
|
pkgver=5.10
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://riverbankcomputing.co.uk/software/pyqt/intro"
|
url="http://riverbankcomputing.co.uk/software/pyqt/intro"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
|
@ -100,7 +100,7 @@ package_python-pyqt5(){
|
||||||
|
|
||||||
package_python2-pyqt5(){
|
package_python2-pyqt5(){
|
||||||
pkgdesc="A set of Python 2.x bindings for the Qt5 toolkit"
|
pkgdesc="A set of Python 2.x bindings for the Qt5 toolkit"
|
||||||
depends=('python2-sip' 'pyqt5-common')
|
depends=('python2-sip' 'pyqt5-common' 'python2-enum34')
|
||||||
optdepends=('python2-opengl: enable OpenGL 3D graphics in PyQt applications'
|
optdepends=('python2-opengl: enable OpenGL 3D graphics in PyQt applications'
|
||||||
'python-dbus: for python-dbus mainloop support'
|
'python-dbus: for python-dbus mainloop support'
|
||||||
'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
|
'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
|
||||||
|
|
Loading…
Reference in a new issue