[arch-commits] Commit in python2-qt/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Wed Jan 19 18:22:59 UTC 2011


    Date: Wednesday, January 19, 2011 @ 13:22:59
  Author: andrea
Revision: 106914

this have to depends on pyqt

Modified:
  python2-qt/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-19 18:15:37 UTC (rev 106913)
+++ PKGBUILD	2011-01-19 18:22:59 UTC (rev 106914)
@@ -5,12 +5,12 @@
 
 pkgname=python2-qt
 pkgver=4.8.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A set of Python 2 bindings for the Qt toolkit"
 arch=('i686' 'x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro"
 license=('GPL')
-depends=('python2-sip' 'qt' 'dbus-python')
+depends=('pyqt' 'python2-sip' 'qt' 'dbus-python')
 makedepends=('phonon' 'python-opengl' 'qt-assistant-compat')
 optdepends=('phonon: enable audio and video in PyQt applications'
 	'python-opengl: enable OpenGL 3D graphics in PyQt applications'




More information about the arch-commits mailing list