diff options
Diffstat (limited to 'community/fish/PKGBUILD')
-rw-r--r-- | community/fish/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/fish/PKGBUILD b/community/fish/PKGBUILD index 570885d15..ddd26bb8c 100644 --- a/community/fish/PKGBUILD +++ b/community/fish/PKGBUILD @@ -9,7 +9,7 @@ pkgname=fish pkgver=2.1.0 pkgrel=1 pkgdesc='Smart and user friendly shell intended mostly for interactive use' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://fishshell.com/' license=('GPL2') depends=('python2' 'inetutils') |