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

Rémy Oudompheng remy at archlinux.org
Sat Sep 4 06:08:47 UTC 2010


    Date: Saturday, September 4, 2010 @ 02:08:47
  Author: remy
Revision: 89804

upgpkg: eric 4.4.5-2
Rebuild for python2.

Modified:
  eric/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-04 06:05:22 UTC (rev 89803)
+++ PKGBUILD	2010-09-04 06:08:47 UTC (rev 89804)
@@ -4,7 +4,7 @@
 
 pkgname=eric
 pkgver=4.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A full-featured Python IDE that is written in PyQt4 using the QScintilla2 editor widget"
 arch=('any')
 url="http://eric-ide.python-projects.org/index.html"
@@ -26,7 +26,7 @@
 package() {
 	cd ${srcdir}/${pkgname}4-${pkgver}
 
-	python install.py -c -b /usr/bin -d /usr/lib/python2.6/site-packages -i ${pkgdir} || return 1
+	python2 install.py -c -b /usr/bin -i ${pkgdir} || return 1
 
 	install -D -m644 ${srcdir}/eric.desktop \
 		${pkgdir}/usr/share/applications/eric.desktop || return 1




More information about the arch-commits mailing list