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 }