diff options
Diffstat (limited to 'community/namazu/PKGBUILD')
-rw-r--r-- | community/namazu/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/namazu/PKGBUILD b/community/namazu/PKGBUILD index f8ebdc178..3498ffd3d 100644 --- a/community/namazu/PKGBUILD +++ b/community/namazu/PKGBUILD @@ -6,7 +6,7 @@ pkgrel=3 pkgdesc="Namazu is a full-text search engine intended for easy use." url="http://namazu.org/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=(perl-file-mmagic) source=(http://namazu.org/stable/$pkgname-$pkgver.tar.gz) options=(!libtool) |