diff options
Diffstat (limited to 'community/inputattach/PKGBUILD')
-rw-r--r-- | community/inputattach/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/inputattach/PKGBUILD b/community/inputattach/PKGBUILD index b8eb90516..bf87a64d4 100644 --- a/community/inputattach/PKGBUILD +++ b/community/inputattach/PKGBUILD @@ -6,7 +6,7 @@ pkgname=inputattach pkgver=1.24 pkgrel=4 pkgdesc="Attach serial mice, keyboards and other input devices to the kernel input system" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://linuxconsole.sourceforge.net/" license=('GPL') depends=('bash') |