diff options
Diffstat (limited to 'extra/zsh/PKGBUILD')
-rw-r--r-- | extra/zsh/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/zsh/PKGBUILD b/extra/zsh/PKGBUILD index 64a547515..365946a72 100644 --- a/extra/zsh/PKGBUILD +++ b/extra/zsh/PKGBUILD @@ -5,7 +5,7 @@ pkgname=zsh pkgver=4.3.11 pkgrel=2 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.zsh.org/' license=('custom') depends=('pcre' 'libcap' 'gdbm') |