diff options
Diffstat (limited to 'community/monit')
-rw-r--r-- | community/monit/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/monit/PKGBUILD b/community/monit/PKGBUILD index 44e524112..c10219857 100644 --- a/community/monit/PKGBUILD +++ b/community/monit/PKGBUILD @@ -7,7 +7,7 @@ pkgname=monit pkgver=5.5 pkgrel=2 pkgdesc="Utility for managing and monitoring, processes, files, directories and devices on a *NIX system" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mmonit.com/monit/" license=('GPL3') depends=('openssl') |