diff options
Diffstat (limited to 'community/python2-cchardet/PKGBUILD')
-rw-r--r-- | community/python2-cchardet/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python2-cchardet/PKGBUILD b/community/python2-cchardet/PKGBUILD index c9c108873..f24cbc0ac 100644 --- a/community/python2-cchardet/PKGBUILD +++ b/community/python2-cchardet/PKGBUILD @@ -10,7 +10,7 @@ url="http://pypi.python.org/pypi/cchardet/" depends=('python2') makedepends=('cython2' 'python2-distribute') license=('MIT') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz) build() { |