diff options
Diffstat (limited to 'extra/htop/PKGBUILD')
-rw-r--r-- | extra/htop/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/htop/PKGBUILD b/extra/htop/PKGBUILD index dce19cc82..75cb3940d 100644 --- a/extra/htop/PKGBUILD +++ b/extra/htop/PKGBUILD @@ -6,7 +6,7 @@ pkgname=htop pkgver=0.9 pkgrel=1 pkgdesc="Interactive process viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://htop.sourceforge.net/" license=('GPL') depends=('ncurses') |