diff options
Diffstat (limited to 'community/atop/PKGBUILD')
-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 83dd65c14..b0f8ccfde 100644 --- a/community/atop/PKGBUILD +++ b/community/atop/PKGBUILD @@ -6,7 +6,7 @@ pkgname=atop pkgver=2.0_1 pkgrel=1 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') |