diff options
Diffstat (limited to 'community/python-cchardet/PKGBUILD')
-rw-r--r-- | community/python-cchardet/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-cchardet/PKGBUILD b/community/python-cchardet/PKGBUILD index 839d69e74..37d6b426a 100644 --- a/community/python-cchardet/PKGBUILD +++ b/community/python-cchardet/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="Universal encoding detector faster than chardet." url="http://pypi.python.org/pypi/cchardet/" makedepends=('cython' 'cython2' 'python-distribute' 'python2-distribute') license=('MIT') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=(http://pypi.python.org/packages/source/c/cchardet/cchardet-$pkgver.tar.gz) build() { |