diff options
Diffstat (limited to 'extra/python-lxml/PKGBUILD')
-rw-r--r-- | extra/python-lxml/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/python-lxml/PKGBUILD b/extra/python-lxml/PKGBUILD index 023c1c0d2..05a86ef31 100644 --- a/extra/python-lxml/PKGBUILD +++ b/extra/python-lxml/PKGBUILD @@ -5,7 +5,7 @@ pkgname=('python-lxml' 'python2-lxml') pkgver=2.3.4 pkgrel=1 pkgdesc="Python binding for the libxml2 and libxslt libraries" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('BSD' 'custom') url="http://lxml.de/" makedepends=('python2' 'python' 'libxslt') |