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

Andrea Scarpino andrea at nymeria.archlinux.org
Tue Jun 18 10:30:41 UTC 2013


    Date: Tuesday, June 18, 2013 @ 12:30:41
  Author: andrea
Revision: 188701

upgpkg: kdebindings-python 4.10.4-2

PyQt4 rebuild

Modified:
  kdebindings-python/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-18 09:44:02 UTC (rev 188700)
+++ PKGBUILD	2013-06-18 10:30:41 UTC (rev 188701)
@@ -6,13 +6,13 @@
          'kdebindings-python2'
          'kdebindings-python-common')
 pkgver=4.10.4
-pkgrel=1
+pkgrel=2
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kdebindings')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
-             'pyqt' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4'
+             'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
              source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz")
 sha1sums=('4243f60d549b75ad734141ad2bfef884d12d014e')
 
@@ -44,7 +44,7 @@
 
 package_kdebindings-python() {
   pkgdesc="A set of Python 3.x bindings for KDE"
-  depends=('kdepim-runtime' 'pyqt' 'kdebindings-python-common')
+  depends=('kdepim-runtime' 'python-pyqt4' 'kdebindings-python-common')
 
   cd "${srcdir}"/build
   make DESTDIR="${pkgdir}" install
@@ -58,7 +58,7 @@
 
 package_kdebindings-python2() {
   pkgdesc="A set of Python 2.x bindings for KDE"
-  depends=('kdepim-runtime' 'python2-pyqt' 'kdebindings-python-common')
+  depends=('kdepim-runtime' 'python2-pyqt4' 'kdebindings-python-common')
   conflicts=('kdebindings-python<4.8.1-2')
  
   cd "${srcdir}"/build-python2




More information about the arch-commits mailing list