diff options
Diffstat (limited to 'community/nload')
-rw-r--r-- | community/nload/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/nload/PKGBUILD b/community/nload/PKGBUILD index f8cd1d0b6..23524c6b0 100644 --- a/community/nload/PKGBUILD +++ b/community/nload/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc='Monitors network traffic and bandwidth usage' url='http://www.roland-riegel.de/nload' license=('GPL2') depends=('ncurses') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("$url/$pkgname-$pkgver.tar.gz") md5sums=('3c733c528f244ca5a4f76bf185729c39') |