From 313133dd6481a35bf101a76f98af6896d01b169f Mon Sep 17 00:00:00 2001 From: Roman Rolinsky Date: Sun, 21 Dec 2014 01:40:09 +0100 Subject: [PATCH] Upgrade to 3.0.2.0, do not convert line endings, faster conversion --- mingw-w64-wxPython/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-wxPython/PKGBUILD b/mingw-w64-wxPython/PKGBUILD index 647ba8d70c..bcb78a0433 100644 --- a/mingw-w64-wxPython/PKGBUILD +++ b/mingw-w64-wxPython/PKGBUILD @@ -2,7 +2,7 @@ _realname=wxPython pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=3.0.1.1 +pkgver=3.0.2.0 _editraver=0.7.20 pkgrel=3 pkgdesc="A wxWidgets GUI toolkit for Python (mingw-w64)" @@ -31,7 +31,7 @@ prepare() { patch -p1 -i ${srcdir}/003-fix-cast-error.patch #cd ${srcdir} - find . -type f -exec sed -i 's/env python/env python2/' {} \; + find ./wxPython -type f -exec sed -bi '1s/env python/env python2/' {} \; #sed -i 's/sys.exit(1)//' Editra-${_editraver}/setup.py }