diff options
Diffstat (limited to 'community/usbview/PKGBUILD')
-rw-r--r-- | community/usbview/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/usbview/PKGBUILD b/community/usbview/PKGBUILD index 8a0a59b05..9f5974388 100644 --- a/community/usbview/PKGBUILD +++ b/community/usbview/PKGBUILD @@ -6,7 +6,7 @@ pkgname=usbview pkgver=2.0 pkgrel=2 pkgdesc="Display the topology of devices on the USB bus" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.kroah.com/linux/usb/" license=('GPL') depends=('gtk3' 'desktop-file-utils') |