[arch-commits] CVS update of extra/devel/eric (PKGBUILD)

Eric Belanger eric at archlinux.org
Fri Jun 29 03:36:56 UTC 2007


    Date: Thursday, June 28, 2007 @ 23:36:56
  Author: eric
    Path: /home/cvs-extra/extra/devel/eric

Modified: PKGBUILD (1.20 -> 1.21)

upgpkg: eric 3.9.5-1
added license


----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)


Index: extra/devel/eric/PKGBUILD
diff -u extra/devel/eric/PKGBUILD:1.20 extra/devel/eric/PKGBUILD:1.21
--- extra/devel/eric/PKGBUILD:1.20	Fri Apr  6 09:22:31 2007
+++ extra/devel/eric/PKGBUILD	Thu Jun 28 23:36:55 2007
@@ -1,17 +1,20 @@
-# $Id: PKGBUILD,v 1.20 2007/04/06 13:22:31 tpowa Exp $
+# $Id: PKGBUILD,v 1.21 2007/06/29 03:36:55 eric Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 # Contributor: riai <riai at bigfoot.com>, Ben <ben at benmazer.net>
 
 pkgname=eric
-pkgver=3.9.4
-pkgrel=2
+pkgver=3.9.5
+pkgrel=1
 pkgdesc="eric3 is a full-featured Python IDE that is written in PyQt \
 using the QScintilla editor widget."
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://www.die-offenbachs.de/detlev/eric3.html"
+license=('GPL')
 depends=('python>=2.5' 'qt' 'qscintilla' 'sip' 'pyqt')
 install=eric.install
-source=(http://heanet.dl.sourceforge.net/sourceforge/eric-ide/$pkgname-$pkgver.tar.gz)
+source=(http://dl.sourceforge.net/sourceforge/eric-ide/$pkgname-$pkgver.tar.gz)
+md5sums=('63d6fb3c302b603577554af62520c948')
+sha1sums=('bc67b3093576eb1952d6e7c40e52fd0368c365a7')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
@@ -19,4 +22,3 @@
   # remove sitecustomize.py we will fix that with eric.install
   rm $startdir/pkg/usr/lib/python2.5/site-packages/sitecustomize.py
 }
-md5sums=('310c40b63e218c2ffd0b5c3655b29ef4')




More information about the arch-commits mailing list