diff options
Diffstat (limited to 'extra/htop/PKGBUILD')
-rw-r--r-- | extra/htop/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/htop/PKGBUILD b/extra/htop/PKGBUILD index 509980f30..3f5cf8e52 100644 --- a/extra/htop/PKGBUILD +++ b/extra/htop/PKGBUILD @@ -5,9 +5,9 @@ pkgname=htop pkgver=1.0.2 -pkgrel=2 +pkgrel=2.1 pkgdesc="Interactive process viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://htop.sourceforge.net/" license=('GPL') depends=('ncurses') |