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

Andrea Scarpino andrea at archlinux.org
Wed Jan 19 17:49:04 UTC 2011


    Date: Wednesday, January 19, 2011 @ 12:49:04
  Author: andrea
Revision: 106889

upgpkg: kdebindings 4.5.5-2
fix to depends on python2-qt

Modified:
  kdebindings/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-19 17:27:29 UTC (rev 106888)
+++ PKGBUILD	2011-01-19 17:49:04 UTC (rev 106889)
@@ -8,11 +8,11 @@
          'kdebindings-ruby'
          'kdebindings-smoke')
 pkgver=4.5.5
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'pyqt' 'kdepim-runtime' 'mono'
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'python2-qt' 'kdepim-runtime' 'mono'
 	'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost' 'qscintilla' 'ruby')
 source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2"
         'sip4.11.2.patch'
@@ -58,7 +58,7 @@
 
 package_kdebindings-python() {
 	pkgdesc='KDE bindings for python'
-	depends=('kdepim-runtime' 'pyqt' 'qscintilla')
+	depends=('kdepim-runtime' 'python2-qt' 'qscintilla')
 	cd $srcdir/build/python
 	make DESTDIR=$pkgdir install
 




More information about the arch-commits mailing list