diff options
Diffstat (limited to 'community/collectd/PKGBUILD')
-rw-r--r-- | community/collectd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/collectd/PKGBUILD b/community/collectd/PKGBUILD index 668a9cec5..e320b2c6b 100644 --- a/community/collectd/PKGBUILD +++ b/community/collectd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=collectd pkgver=5.0.0 pkgrel=6 pkgdesc='Daemon which collects system performance statistics periodically' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://collectd.org/' license=('GPL') options=('!libtool') |