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

Douglas Soares de Andrade douglas at archlinux.org
Sun Aug 10 22:37:54 UTC 2008


    Date: Sunday, August 10, 2008 @ 18:37:53
  Author: douglas
Revision: 8418

upgpkg: eric 4.2.0-1
    Updated for i686: 4.2.0

Modified:
  eric/trunk/ChangeLog
  eric/trunk/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |    9 +++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2008-08-10 22:30:49 UTC (rev 8417)
+++ ChangeLog	2008-08-10 22:37:53 UTC (rev 8418)
@@ -1,3 +1,8 @@
+
+2008-08-09  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Updated for i686: 4.2.0
+
 2008-07-05  Eric Belanger  <eric at archlinux.org>
 
 	* eric 4.1.6-1

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-10 22:30:49 UTC (rev 8417)
+++ PKGBUILD	2008-08-10 22:37:53 UTC (rev 8418)
@@ -3,7 +3,7 @@
 # Contributor: riai <riai at bigfoot.com>, Ben <ben at benmazer.net>
 
 pkgname=eric
-pkgver=4.1.6
+pkgver=4.2.0
 pkgrel=1
 pkgdesc="A full-featured Python IDE that is written in PyQt4 using the QScintilla2 editor widget"
 arch=('i686' 'x86_64')
@@ -14,13 +14,14 @@
 replaces=('eric4')
 install=eric.install
 source=(http://downloads.sourceforge.net/sourceforge/eric-ide/eric4-${pkgver}.tar.gz eric.desktop)
-md5sums=('fa8d0a230d9f369c67acd72dc35cea83' '77c494bb839c5744869d34355ea69095')
-sha1sums=('195f8904142927d6ee4e02de2c2d49d8bf95a7e6' '7529658c06e6c5c9ab587f0d18a2eafd42b87fee')
 
+md5sums=('893ba74b5e53ac0677a132078a4bcb46'
+         '77c494bb839c5744869d34355ea69095')
+
 build() {
   cd ${srcdir}/eric4-${pkgver}
 
-  python install.py -c -b /usr/bin -d /usr/lib/python2.5/site-packages -i ${pkgdir} || return 1
+  python install.py -c -b /usr/bin -d /usr/lib/python2.5/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