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

Florian Pritz bluewind at archlinux.org
Sun Dec 7 16:15:46 UTC 2014


    Date: Sunday, December 7, 2014 @ 17:15:45
  Author: bluewind
Revision: 123591

Fix missing dep oon shiboken in python*-shiboken

ShibokenConfig.cmake is needed by freecad

upgpkg: shiboken 1.2.2-3

Modified:
  shiboken/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-07 12:46:12 UTC (rev 123590)
+++ PKGBUILD	2014-12-07 16:15:45 UTC (rev 123591)
@@ -6,7 +6,7 @@
 pkgbase=shiboken
 pkgname=(python{2,}-shiboken shiboken)
 pkgver=1.2.2
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('LGPL')
 url="http://www.pyside.org"
@@ -60,7 +60,7 @@
 }
 package_python2-shiboken() {
   pkgdesc="Support library for Python2 bindings"
-  depends=("qt4>=4.8" "libxslt" "python2")
+  depends=("qt4>=4.8" "libxslt" "python2" "shiboken")
 
   cd "$srcdir/shiboken-$pkgver/build-py2"
   make DESTDIR="$pkgdir" install
@@ -77,7 +77,7 @@
 
 package_python-shiboken() {
   pkgdesc="Support library for Python bindings"
-  depends=("qt4>=4.8" "libxslt" "python2" "python")
+  depends=("qt4>=4.8" "libxslt" "python2" "python" "shiboken")
 
   cd "$srcdir/shiboken-$pkgver/build-py3"
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list