diff options
Diffstat (limited to 'community/ncdu')
-rw-r--r-- | community/ncdu/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ncdu/PKGBUILD b/community/ncdu/PKGBUILD index a9f83e671..d28851085 100644 --- a/community/ncdu/PKGBUILD +++ b/community/ncdu/PKGBUILD @@ -4,7 +4,7 @@ pkgname=ncdu pkgver=1.7 pkgrel=1 pkgdesc="An NCurses version of the famous old 'du' unix command" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://dev.yorhel.nl/ncdu/" license=('MIT') depends=('ncurses') |