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

Pierre Schmitz pierre at archlinux.org
Mon Nov 22 23:35:49 UTC 2010


    Date: Monday, November 22, 2010 @ 18:35:48
  Author: pierre
Revision: 100353

upgpkg: eric-plugins 4.4.4a-3
Fix sources

Modified:
  eric-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-22 23:29:07 UTC (rev 100352)
+++ PKGBUILD	2010-11-22 23:35:48 UTC (rev 100353)
@@ -4,7 +4,7 @@
 
 pkgname=eric-plugins
 pkgver=4.4.4a
-pkgrel=2
+pkgrel=3
 pkgdesc="Plugins for the eric Python IDE"
 arch=('any')
 url="http://eric-ide.python-projects.org/index.html"
@@ -17,13 +17,13 @@
 	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.1.tar.gz)
-md5sums=('91df79eb6f6d117f64be4d441dd54fa0' 'f1404f63f300f72352545c99d95d0b06'\
-         '8c7bab8b84713c9a5cc20a43991554c3' 'ee120a9950e86bb9e225a2d6d65a355f'\
-         '119cfb72a58c48272410cb20436e0e71' '98becaf1101626a98e4142ecadd8b8dd')
-sha1sums=('a1b53e95870dd9569b5e1644f78de361a0963927' 'bcb9e90dd99eae45a389f1d784b8f24f788c769b'\
-         'bc5c6cd30ad461579fa5c349d55f6fc619751144' '31bc9ad875db98d4d2c3e1d7df0d74d0af370695'\
-         'dd4634e50c26c221fd09c83e024a96c6928bbfaf' '4ff174a4155660e257907e6cf08556dd8457661e')
+	http://downloads.sourceforge.net/eric-ide/Plugin_Project_Django-2.1.2.tar.gz)
+md5sums=('91df79eb6f6d117f64be4d441dd54fa0'
+         'f1404f63f300f72352545c99d95d0b06'
+         '8c7bab8b84713c9a5cc20a43991554c3'
+         'ee120a9950e86bb9e225a2d6d65a355f'
+         '119cfb72a58c48272410cb20436e0e71'
+         'ac12bd9c175aaa4e77cd71c214a66233')
 
 package() {
 	cd "${srcdir}"
@@ -39,7 +39,7 @@
 	   -d "${pkgdir}/usr/lib/python2.7/site-packages/eric4plugins"
 	unzip -o Plugin_Vcs_CVS-4.1.12/*.zip \
 	   -d "${pkgdir}/usr/lib/python2.7/site-packages/eric4plugins"
-	unzip -o Plugin_Project_Django-2.1.1/*.zip \
+	unzip -o Plugin_Project_Django-2.1.2/*.zip \
 	   -d "${pkgdir}/usr/lib/python2.7/site-packages/eric4plugins"
 
 	rm -r "${pkgdir}"/usr/lib/python2.7/site-packages/eric4plugins/{VERSION,*/Documentation}




More information about the arch-commits mailing list