diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-10 23:32:38 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-10 23:32:38 -0500 |
commit | 7ba5752139f90c7f92a32ff1e681a211dfe56d7a (patch) | |
tree | 1bc7f0a118cf2475426ecac32a8337b4a2fd1022 /community/lomoco/PKGBUILD | |
parent | 38b5b952ddc3b86560fc02e98105bf5826d25354 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/lomoco/PKGBUILD')
-rw-r--r-- | community/lomoco/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lomoco/PKGBUILD b/community/lomoco/PKGBUILD index fc8ca5598..806e93064 100644 --- a/community/lomoco/PKGBUILD +++ b/community/lomoco/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc="Logitech USB mouse configuration program" license=('GPL') depends=('libusb-compat') replaces=('lmctl') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=(!libtool) backup=(etc/udev/lomoco_mouse.conf) source=(http://www.lomoco.org/${pkgname}-${pkgver}.tar.gz |