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 96dccd3fb..9fbafcc11 100644 --- a/community/powertop/PKGBUILD +++ b/community/powertop/PKGBUILD @@ -7,7 +7,7 @@ pkgname=powertop pkgver=2.3 pkgrel=1 pkgdesc='A tool to diagnose issues with power consumption and power management' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='https://01.org/powertop/' license=('GPL2') depends=('gcc-libs' 'libnl' 'ncurses' 'pciutils') |