diff options
Diffstat (limited to 'community/lshw/PKGBUILD')
-rw-r--r-- | community/lshw/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lshw/PKGBUILD b/community/lshw/PKGBUILD index 1efa7fb5c..1d511ce1b 100644 --- a/community/lshw/PKGBUILD +++ b/community/lshw/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=4 pkgdesc="A small tool to provide detailed information on the hardware configuration of the machine." url="http://ezix.org/project/wiki/HardwareLiSter" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gcc-libs' 'hwids') optdepends=('gtk2') makedepends=('gcc' 'gtk2' 'sqlite') |