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 710e7ce51..d976fe67f 100644 --- a/community/hwinfo/PKGBUILD +++ b/community/hwinfo/PKGBUILD @@ -12,7 +12,7 @@ pkgver=19.1 _subver=1.2 pkgrel=1 pkgdesc='Hardware detection tool from openSUSE' -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url='http://www.opensuse.org/' license=('GPL2') depends=('perl' 'libx86emu') |