diff options
Diffstat (limited to 'community/acpi/PKGBUILD')
-rw-r--r-- | community/acpi/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/acpi/PKGBUILD b/community/acpi/PKGBUILD index 564505917..035cfaa00 100644 --- a/community/acpi/PKGBUILD +++ b/community/acpi/PKGBUILD @@ -6,7 +6,7 @@ pkgname=acpi pkgver=1.7 pkgrel=1 pkgdesc='Client for battery, power, and thermal readings' -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url='http://sourceforge.net/projects/acpiclient/' license=('GPL2') depends=('glibc') |