summaryrefslogtreecommitdiff
path: root/community/acpi
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-07-21 17:38:05 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-07-21 17:38:05 -0500
commit938349983211e9fe66494a51384d32c44e4d1ffd (patch)
tree2f8dc18ef6a4eda600e945637f0e879f72f41b78 /community/acpi
parentccc313d8fded59e5f3ac915b91b5683b1bf47880 (diff)
Add mips64el in archs
Diffstat (limited to 'community/acpi')
-rw-r--r--community/acpi/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/acpi/PKGBUILD b/community/acpi/PKGBUILD
index 634c26b0f..f4eb265c2 100644
--- a/community/acpi/PKGBUILD
+++ b/community/acpi/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=acpi
pkgver=1.6
pkgrel=1
pkgdesc="Linux ACPI client providing battery, AC power, and thermal readings"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://sourceforge.net/projects/acpiclient"
depends=('glibc')
source=(http://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz)