diff options
Diffstat (limited to 'community/usbredir/PKGBUILD')
-rw-r--r-- | community/usbredir/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/usbredir/PKGBUILD b/community/usbredir/PKGBUILD index 24fcf979a..c6501f4a4 100644 --- a/community/usbredir/PKGBUILD +++ b/community/usbredir/PKGBUILD @@ -6,7 +6,7 @@ pkgname=usbredir pkgver=0.6 pkgrel=4 pkgdesc="USB traffic redirection protocol" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://spice-space.org/page/UsbRedir" license=('GPL2' 'LGPL2.1') depends=('libusb') |