diff options
Diffstat (limited to 'community/python-openbabel/PKGBUILD')
-rw-r--r-- | community/python-openbabel/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-openbabel/PKGBUILD b/community/python-openbabel/PKGBUILD index 955c95b44..652cfe8c1 100644 --- a/community/python-openbabel/PKGBUILD +++ b/community/python-openbabel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-openbabel pkgver=2.3.0 pkgrel=3 pkgdesc="Python bindings of openbabel library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://openbabel.org/wiki/Python" license=('GPL') depends=('python' 'gcc-libs' "openbabel=${pkgver}" 'eigen') |