diff options
Diffstat (limited to 'community/apcupsd/PKGBUILD')
-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 0e50f3466..1cec8981d 100644 --- a/community/apcupsd/PKGBUILD +++ b/community/apcupsd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=apcupsd pkgver=3.14.10 pkgrel=1 pkgdesc="power mangement and controlling most of APC's UPS models" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://www.apcupsd.org" license=('GPL') depends=('gcc-libs') |