diff options
Diffstat (limited to 'community/ncdu/PKGBUILD')
-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 011f7e0d8..398ab5ec2 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=('27cb5464b192db8ffdf0a894fe51d29985348eb0') |