diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-08-12 02:48:13 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-08-12 02:48:13 -0500 |
commit | 750ab8ec8f204c3ef69beb2fef182b002bb50955 (patch) | |
tree | 0363c30dd2168542887ec444db9c4eedd8daf8ef /extra/acpid | |
parent | 0afc4e099a178ac36309804d4577fec7f3b7e77b (diff) | |
parent | a6c6f698fc6a97fb10525e5e112d8059555cdf29 (diff) |
Merge branch 'master' of gitpar:abslibre-mips64el
Diffstat (limited to 'extra/acpid')
-rw-r--r-- | extra/acpid/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/acpid/PKGBUILD b/extra/acpid/PKGBUILD index 9c01a5c61..e2da6357b 100644 --- a/extra/acpid/PKGBUILD +++ b/extra/acpid/PKGBUILD @@ -8,7 +8,7 @@ pkgname=acpid pkgver=2.0.10 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') |