Date: Monday, October 4, 2010 @ 12:31:14
  Author: andrea
Revision: 94109

fix python2 dependence; python 2.7 rebuild

Modified:
  kdeedu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-10-04 16:24:48 UTC (rev 94108)
+++ PKGBUILD    2010-10-04 16:31:14 UTC (rev 94109)
@@ -26,7 +26,7 @@
          'kdeedu-rocs'
          'kdeedu-step')
 pkgver=4.5.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -141,7 +141,7 @@
 
 package_kdeedu-kig() {
        pkgdesc='Explore Geometric Constructions'
-       depends=('kdebase-runtime' 'boost-libs' 'python')
+       depends=('kdebase-runtime' 'boost-libs' 'python2')
        install='kdeedu.install'
        cd $srcdir/build/kig
        make DESTDIR=$pkgdir install

Reply via email to