diff options
Diffstat (limited to 'community/acpid/PKGBUILD')
-rw-r--r-- | community/acpid/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/acpid/PKGBUILD b/community/acpid/PKGBUILD index 617aba45f..6b4ab3159 100644 --- a/community/acpid/PKGBUILD +++ b/community/acpid/PKGBUILD @@ -8,7 +8,7 @@ pkgname=acpid pkgver=2.0.18 pkgrel=2 pkgdesc='A daemon for delivering ACPI power management events with netlink support' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://tedfelix.com/linux/acpid-netlink.html' license=('GPL') depends=('bash') |