summaryrefslogtreecommitdiff
path: root/extra/wxpython
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-11 04:43:21 +0000
committerroot <root@rshg047.dnsready.net>2011-04-11 04:43:21 +0000
commit06c7c4c5ef2c808f288b2a8cd63548a322d66754 (patch)
tree178258b847b80ef8c3f25abc6c5ae2495048b66b /extra/wxpython
parent8f6922302486fa1cc1112ff8b3daddb48c3260f2 (diff)
Mon Apr 11 04:43:21 UTC 2011
Diffstat (limited to 'extra/wxpython')
-rw-r--r--extra/wxpython/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/wxpython/PKGBUILD b/extra/wxpython/PKGBUILD
index b9375cca7..be600b600 100644
--- a/extra/wxpython/PKGBUILD
+++ b/extra/wxpython/PKGBUILD
@@ -1,20 +1,21 @@
-# $Id: PKGBUILD 88207 2010-08-21 05:14:19Z eric $
-# Maintainer: Eric Belanger <eric@archlinux.org>
+# $Id: PKGBUILD 119109 2011-04-10 23:04:52Z eric $
+# Maintainer: Eric BĂ©langer <eric@archlinux.org>
# Contributor: Andrew Wright <andreww@photism.org>
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}"