diff options
Diffstat (limited to 'community/pyqt3/PKGBUILD')
-rw-r--r-- | community/pyqt3/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pyqt3/PKGBUILD b/community/pyqt3/PKGBUILD index 862ea062e..c48714ab8 100644 --- a/community/pyqt3/PKGBUILD +++ b/community/pyqt3/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pyqt3 pkgver=3.18.1 pkgrel=9 pkgdesc="A set of Python bindings for the Qt3 toolkit" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.riverbankcomputing.com/software/pyqt/intro" depends=('python2-sip' 'qscintilla-qt3') license=('GPL') |