Date: Tuesday, December 15, 2009 @ 06:34:51
  Author: andrea
Revision: 61283

upgpkg: eric 4.3.10-1
    upstream release

Modified:
  eric/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2009-12-15 04:43:50 UTC (rev 61282)
+++ PKGBUILD    2009-12-15 11:34:51 UTC (rev 61283)
@@ -3,7 +3,7 @@
 # Contributor: riai <[email protected]>, Ben <[email protected]>
 
 pkgname=eric
-pkgver=4.3.9
+pkgver=4.3.10
 pkgrel=1
 pkgdesc="A full-featured Python IDE that is written in PyQt4 using the 
QScintilla2 editor widget"
 arch=('any')
@@ -15,11 +15,11 @@
 install=eric.install
 source=(http://downloads.sourceforge.net/eric-ide/eric4-${pkgver}.tar.gz
        'eric.desktop')
-md5sums=('5bb853cb716df0c2c4e416799169277f'
+md5sums=('946cab99f7ac86f50d8c811887bd1da0'
        '77c494bb839c5744869d34355ea69095')
 
 build() {
-  cd "${srcdir}/eric4-${pkgver}"
+  cd "${srcdir}/${pkgname}4-${pkgver}"
 
   python install.py -c -b /usr/bin -d /usr/lib/python2.6/site-packages -i 
"${pkgdir}" || return 1
 

Reply via email to