diff options
Diffstat (limited to 'community/nload')
-rw-r--r-- | community/nload/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/nload/PKGBUILD b/community/nload/PKGBUILD index f8cd1d0b6..e40319451 100644 --- a/community/nload/PKGBUILD +++ b/community/nload/PKGBUILD @@ -4,12 +4,12 @@ pkgname=nload pkgver=0.7.4 -pkgrel=1 +pkgrel=1.1 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') |