diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-10 12:28:42 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-10 12:28:42 -0500 |
commit | 1c9fd02712259643012e73e35f4fc1806485907d (patch) | |
tree | dedeb090468044098dbf8be8fd7fedca7bbc163f | |
parent | 3b9d35bc760011020e0e84b576020dd67798f313 (diff) |
Add mips64el in arch() of lxinput
-rw-r--r-- | community/lxinput/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lxinput/PKGBUILD b/community/lxinput/PKGBUILD index 7ed91636f..145d298d7 100644 --- a/community/lxinput/PKGBUILD +++ b/community/lxinput/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lxinput pkgver=0.3.2 pkgrel=2 pkgdesc="A small program to configure keyboard and mouse for LXDE." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lxde.org/" license=('GPL') groups=('lxde') |