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

Ionut Biru ibiru at archlinux.org
Mon Nov 15 22:50:30 UTC 2010


    Date: Monday, November 15, 2010 @ 17:50:30
  Author: ibiru
Revision: 99639

upgpkg: gnome-python 2.28.1-5
fix dependency for gnome-python

Modified:
  gnome-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-15 22:41:13 UTC (rev 99638)
+++ PKGBUILD	2010-11-15 22:50:30 UTC (rev 99639)
@@ -5,7 +5,7 @@
 pkgbase=gnome-python
 pkgname=('gnome-python' 'python2-bonobo' 'python2-gconf' 'python2-libgnome' 'python2-gnomecanvas' 'python2-gnomevfs')
 pkgver=2.28.1
-pkgrel=4
+pkgrel=5
 arch=(i686 x86_64)
 license=('LGPL')
 makedepends=('pygtk' 'pyorbit' 'libgnomeui')
@@ -22,7 +22,7 @@
 
 package_gnome-python() {
     pkgdesc="PyGNOME Python extension module"
-    depends=('python2-bonobo' 'python2-gconf' 'python2-gnome' 'python2-gnomecanvas' 'python2-gnomevfs')
+    depends=('python2-bonobo' 'python2-gconf' 'python2-libgnome' 'python2-gnomecanvas' 'python2-gnomevfs')
 
     cd "${srcdir}/gnome-python-${pkgver}"
     make install-pkgconfigDATA DESTDIR="${pkgdir}"




More information about the arch-commits mailing list