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 54b3af023..037c76e9c 100644 --- a/community/inputattach/PKGBUILD +++ b/community/inputattach/PKGBUILD @@ -4,7 +4,7 @@ pkgname=inputattach pkgver=1.24 pkgrel=2 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=('glibc' 'bash') |