diff options
Diffstat (limited to 'community/fish/PKGBUILD')
-rw-r--r-- | community/fish/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/fish/PKGBUILD b/community/fish/PKGBUILD index e5815714d..2fc566612 100644 --- a/community/fish/PKGBUILD +++ b/community/fish/PKGBUILD @@ -8,11 +8,10 @@ pkgname=fish pkgver=1.23.1 pkgrel=5 pkgdesc="User friendly shell intended mostly for interactive use" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://fishshell.com/" license=("GPL" "LGPL" "BSD" "MIT") depends=('ncurses' 'bc') -makedepends=('doxygen') install=fish.install source=(http://fishshell.com/files/$pkgver/$pkgname-$pkgver.tar.bz2) md5sums=('ead6b7c6cdb21f35a3d4aa1d5fa596f1') |