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

Ray Rashif schiv at nymeria.archlinux.org
Sun Apr 14 16:30:16 UTC 2013


    Date: Sunday, April 14, 2013 @ 18:30:16
  Author: schiv
Revision: 182749

upgpkg: eric4 4.5.10-1

upstream release

Modified:
  eric4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-14 07:04:27 UTC (rev 182748)
+++ PKGBUILD	2013-04-14 16:30:16 UTC (rev 182749)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric4
-pkgver=4.5.9
+pkgver=4.5.10
 pkgrel=1
 pkgdesc="A full-featured Python 2.x and Ruby IDE in PyQt4"
 arch=('any')
@@ -15,15 +15,15 @@
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz"
         "$pkgname.desktop")
-md5sums=('1973ebbaac5c625da8d2b5791f38e621'
+md5sums=('9fe7a1889b28619f9e51b10f19c81bd7'
          'bce515b66a2c63dfc76a0f92edbe2ecb')
 
-build() {
+prepare() {
 	cd "$srcdir/$pkgname-$pkgver"
 
 	# our pyxml is patched
 	# not version-depending because not critical
-	sed -i 's/v < (0, 8, 6)/v < (0, 8, 4)/' install.py
+	#sed -i 's/v < (0, 8, 6)/v < (0, 8, 4)/' install.py
 }
 
 package() {
@@ -39,3 +39,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
+




More information about the arch-commits mailing list