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

Daniel Griffiths dgriffiths at archlinux.org
Wed May 19 22:35:51 UTC 2010


    Date: Wednesday, May 19, 2010 @ 18:35:50
  Author: dgriffiths
Revision: 80591

Modified:
  eric-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-19 22:23:52 UTC (rev 80590)
+++ PKGBUILD	2010-05-19 22:35:50 UTC (rev 80591)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=eric-plugins
-pkgver=4.3.9
+pkgver=4.4.4a
 pkgrel=1
 pkgdesc="Plugins for the eric Python IDE"
 arch=('any')
@@ -11,14 +11,14 @@
 depends=('eric')
 makedepends=('unzip')
 install=${pkgname}.install
-source=(http://downloads.sourceforge.net/eric-ide/Plugin_Checker_PyLint-4.1.4.tar.gz
-	http://downloads.sourceforge.net/eric-ide/Plugin_Packager_CxFreeze-4.2.0.tar.gz
+source=(http://downloads.sourceforge.net/eric-ide/Plugin_Checker_PyLint-4.2.0.tar.gz
+	http://downloads.sourceforge.net/eric-ide/Plugin_Packager_CxFreeze-4.3.0.tar.gz
 	http://downloads.sourceforge.net/eric-ide/Plugin_Refactoring_Rope-1.1.5.tar.gz
 	http://downloads.sourceforge.net/eric-ide/Plugin_Tools_CharTables-4.1.4.tar.gz
 	http://downloads.sourceforge.net/eric-ide/Plugin_Vcs_CVS-4.1.12.tar.gz
 	http://downloads.sourceforge.net/eric-ide/Plugin_Project_Django-2.1.0.tar.gz)
-md5sums=('a7bf1ed86089c66354b7096864c87452'
-         '7916422e0bb821e9ea2764f6385a56c4'
+md5sums=('78e6b1241ace7387224016dafb985607'
+         'f1404f63f300f72352545c99d95d0b06'
          '8c7bab8b84713c9a5cc20a43991554c3'
          'ee120a9950e86bb9e225a2d6d65a355f'
          '119cfb72a58c48272410cb20436e0e71'
@@ -32,9 +32,9 @@
 	cd ${srcdir}
 
 	install -d  ${pkgdir}/usr/lib/python2.6/site-packages/eric4plugins
-	unzip -o Plugin_Checker_PyLint-4.1.4/*.zip \
+	unzip -o Plugin_Checker_PyLint-4.2.0/*.zip \
 	   -d ${pkgdir}/usr/lib/python2.6/site-packages/eric4plugins || return 1
-	unzip -o Plugin_Packager_CxFreeze-4.2.0/*.zip \
+	unzip -o Plugin_Packager_CxFreeze-4.3.0/*.zip \
 	   -d ${pkgdir}/usr/lib/python2.6/site-packages/eric4plugins || return 1
 	unzip -o Plugin_Refactoring_Rope-1.1.5/*.zip \
 	   -d ${pkgdir}/usr/lib/python2.6/site-packages/eric4plugins || return 1




More information about the arch-commits mailing list