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 209caf267..251e231fc 100644 --- a/community/ncdu/PKGBUILD +++ b/community/ncdu/PKGBUILD @@ -11,7 +11,7 @@ pkgdesc='Disk usage analyzer with an ncurses interface' url='http://dev.yorhel.nl/ncdu/' license=('custom:MIT') depends=('ncurses') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz") sha1sums=('cf3b5fbb5b69cbae5425bfff2660ac3d8224a605') |