diff options
Diffstat (limited to 'community/python-pytables/PKGBUILD')
-rw-r--r-- | community/python-pytables/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-pytables/PKGBUILD b/community/python-pytables/PKGBUILD index 13b571262..9831e3438 100644 --- a/community/python-pytables/PKGBUILD +++ b/community/python-pytables/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=python-pytables pkgname=('python2-pytables' 'python-pytables') pkgver=3.0.0 pkgrel=4 -arch=("i686" "x86_64") +arch=("i686" "x86_64" "mips64el") pkgdesc="A package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data" url="http://www.pytables.org" license=("BSD") |