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

Douglas Soares de Andrade douglas at archlinux.org
Wed Oct 22 11:57:24 UTC 2008


    Date: Wednesday, October 22, 2008 @ 07:57:24
  Author: douglas
Revision: 16817

upgpkg: eric 4.2.2a-2

Modified:
  eric/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-22 11:54:48 UTC (rev 16816)
+++ PKGBUILD	2008-10-22 11:57:24 UTC (rev 16817)
@@ -4,7 +4,7 @@
 
 pkgname=eric
 pkgver=4.2.2a
-pkgrel=1
+pkgrel=2
 pkgdesc="A full-featured Python IDE that is written in PyQt4 using the QScintilla2 editor widget"
 arch=('i686' 'x86_64')
 url="http://www.die-offenbachs.de/eric/index.html"
@@ -21,7 +21,7 @@
 build() {
   cd ${srcdir}/eric4-${pkgver}
 
-  python install.py -c -b /usr/bin -d /usr/lib/python2.5/site-packages -i ${pkgdir}
+  python install.py -c -b /usr/bin -d /usr/lib/python2.6/site-packages -i ${pkgdir}
 
   install -D -m644 ../eric.desktop ${pkgdir}/usr/share/applications/eric.desktop || return 1
   install -D -m644 eric/icons/default/eric.png ${pkgdir}/usr/share/pixmaps/eric.png || return 1




More information about the arch-commits mailing list