diff options
Diffstat (limited to 'community/hwinfo/PKGBUILD')
-rw-r--r-- | community/hwinfo/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/hwinfo/PKGBUILD b/community/hwinfo/PKGBUILD index 1da0199a3..4035112ac 100644 --- a/community/hwinfo/PKGBUILD +++ b/community/hwinfo/PKGBUILD @@ -12,7 +12,7 @@ pkgver=20.0 _subver=1.4 pkgrel=1 pkgdesc='Hardware detection tool from openSUSE' -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url='http://download.opensuse.org/source/factory/repo/oss/suse/src/' license=('GPL2') depends=('perl' 'libx86emu') |