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

Florian Pritz bluewind at archlinux.org
Sun Dec 7 16:34:14 UTC 2014


    Date: Sunday, December 7, 2014 @ 17:34:13
  Author: bluewind
Revision: 123593

Remove superflous python2 dep for python-shiboken

upgpkg: shiboken 1.2.2-4

Modified:
  shiboken/trunk/PKGBUILD

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

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



More information about the arch-commits mailing list