diff options
Diffstat (limited to 'extra/wxpython')
-rw-r--r-- | extra/wxpython/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/wxpython/PKGBUILD b/extra/wxpython/PKGBUILD index af7659559..49cbfa7dc 100644 --- a/extra/wxpython/PKGBUILD +++ b/extra/wxpython/PKGBUILD @@ -3,13 +3,13 @@ pkgname=wxpython pkgver=2.8.12.1 -pkgrel=4 +pkgrel=4.1 pkgdesc="A wxWidgets GUI toolkit for Python" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom:wxWindows') url="http://www.wxpython.org" depends=('wxgtk' 'python2') -makedepends=('mesa') +makedepends=('mesa' 'glu') source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2 wxpython-cairo.patch wxpython-fpb_default_style.patch) sha1sums=('05688dc03d61631750f5904273122bb40a2115f5' |