diff options
Diffstat (limited to 'community/apcupsd')
-rw-r--r-- | community/apcupsd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/apcupsd/PKGBUILD b/community/apcupsd/PKGBUILD index e06fea694..1c0ee033b 100644 --- a/community/apcupsd/PKGBUILD +++ b/community/apcupsd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=apcupsd pkgver=3.14.8 pkgrel=2 pkgdesc="Apcupsd can be used for power mangement and controlling most of APC's UPS models on Unix and Windows machines." -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.apcupsd.org" license=('GPL') depends=('gcc-libs') |