diff options
Diffstat (limited to 'community/powertop/PKGBUILD')
-rw-r--r-- | community/powertop/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/powertop/PKGBUILD b/community/powertop/PKGBUILD index 83f906f85..8a00e25f6 100644 --- a/community/powertop/PKGBUILD +++ b/community/powertop/PKGBUILD @@ -7,7 +7,7 @@ pkgname=powertop pkgver=1.13 pkgrel=2 pkgdesc="Tool that finds the software that makes your laptop use more power than necessary" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.lesswatts.org/projects/powertop/" license=('GPL2') depends=('ncurses') |