Date: Sunday, April 10, 2011 @ 19:04:52 Author: eric Revision: 119109
upgpkg: wxpython 2.8.11.0-3 Rebuilt against wxgtk 2.8.12 Modified: wxpython/trunk/PKGBUILD Deleted: wxpython/trunk/ChangeLog -----------+ ChangeLog | 48 ------------------------------------------------ PKGBUILD | 11 ++++++----- 2 files changed, 6 insertions(+), 53 deletions(-) Deleted: ChangeLog =================================================================== --- ChangeLog 2011-04-10 23:00:19 UTC (rev 119108) +++ ChangeLog 2011-04-10 23:04:52 UTC (rev 119109) @@ -1,48 +0,0 @@ -2010-08-21 Eric Belanger <[email protected]> - - * wxpython 2.8.11.0-2 - * Rebuilt for python2 - -2010-06-03 Eric Belanger <[email protected]> - - * wxpython 2.8.11.0-1 - * Upstream update - -2010-05-08 Eric Belanger <[email protected]> - - * wxpython 2.8.10.1-2 - * Rebuilt against wxgtk 2.8.11 - * Added mediactrl support (close FS#18522) - -2009-05-18 Eric Belanger <[email protected]> - - * wxpython 2.8.10.1-1 - * Upstream update - * Added patch for editra - -2009-05-05 Eric Belanger <[email protected]> - - * wxpython 2.8.9.2-2 - * Rebuilt against wxgtk 2.8.10 - -2009-03-06 Eric Belanger <[email protected]> - - * wxpython 2.8.9.2-1 - * Upstream update - -2008-10-28 Eric Belanger <[email protected]> - - * wxpython 2.8.9.1-1 - * Upstream update - * Python 2.6 rebuild - -2008-08-19 Eric Belanger <[email protected]> - - * wxpython 2.8.8.1-1 - * Upstream update - -2008-07-05 Eric Belanger <[email protected]> - - * wxpython 2.8.8.0-1 - * Upstream update - * Added ChangeLog Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-04-10 23:00:19 UTC (rev 119108) +++ PKGBUILD 2011-04-10 23:04:52 UTC (rev 119109) @@ -1,20 +1,21 @@ # $Id$ -# Maintainer: Eric Belanger <[email protected]> +# Maintainer: Eric Bélanger <[email protected]> # Contributor: Andrew Wright <[email protected]> pkgname=wxpython pkgver=2.8.11.0 -pkgrel=2 +pkgrel=3 pkgdesc="A wxWidgets GUI toolkit for Python" arch=('i686' 'x86_64') license=('custom:wxWindows') url="http://www.wxpython.org" depends=('wxgtk' 'python2') makedepends=('mesa') -changelog=ChangeLog source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2 editra-aui.diff) -md5sums=('63f73aae49e530852db56a31b57529fa' '06c637c34c1570d8c82b870ce19c0622') -sha1sums=('18982edc236a1d87e4eef018928358c925aa5b17' '077fe341bf8822647934d6b1ea82ce9b0adbf93a') +md5sums=('63f73aae49e530852db56a31b57529fa' + '06c637c34c1570d8c82b870ce19c0622') +sha1sums=('18982edc236a1d87e4eef018928358c925aa5b17' + '077fe341bf8822647934d6b1ea82ce9b0adbf93a') build() { cd "${srcdir}/wxPython-src-${pkgver}"
