diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-05 11:58:39 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-05 11:58:39 +0200 |
commit | b01715ac53b66678d6cfaf04809e9fde2ea0d995 (patch) | |
tree | 4461e4149942f3d717ea147161734666a3f407ce /community/python-pytables/PKGBUILD | |
parent | 9c15182004cd75a74530c58aa29575d1a8125837 (diff) | |
parent | e5b2d72b3692c1cdc4a68416355a0cc2f8e6b595 (diff) |
Merge branch 'master' of git+ssh://parabola-git/srv/git/abslibre-mips64el
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 02b6a74a5..acd014876 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=3 -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") |