diff options
Diffstat (limited to 'community/tcsh/PKGBUILD')
-rw-r--r-- | community/tcsh/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tcsh/PKGBUILD b/community/tcsh/PKGBUILD index 2c7edb257..94379970c 100644 --- a/community/tcsh/PKGBUILD +++ b/community/tcsh/PKGBUILD @@ -7,7 +7,7 @@ pkgname=tcsh pkgver=6.18.01 pkgrel=1 pkgdesc='Enhanced version of the Berkeley C shell.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.tcsh.org/Welcome' license=('BSD') depends=('ncurses') |