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 2a42c84d2..a3f60dde8 100644 --- a/community/lshw/PKGBUILD +++ b/community/lshw/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 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') optdepends=('gtk2') makedepends=('gcc' 'gtk2' 'sqlite3') |