diff options
Diffstat (limited to 'community/atop')
-rw-r--r-- | community/atop/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/atop/PKGBUILD b/community/atop/PKGBUILD index b265f2361..909c10bd3 100644 --- a/community/atop/PKGBUILD +++ b/community/atop/PKGBUILD @@ -6,7 +6,7 @@ pkgname=atop pkgver=1.26 pkgrel=2 pkgdesc="A system and process level monitor." -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.atoptool.nl/" license=('GPL') depends=('ncurses' 'sh' 'zlib') |