summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2013-10-09 02:05:06 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2013-10-09 02:05:06 -0500
commit3ac2d2d00868c85ac0f4a48e86294c5c8cef3f99 (patch)
tree1c71d13cd96bcce37e491878298809902864fea0
parent68b7ce0df64034e0aaa09f5fe283aab2900cd091 (diff)
Add mips64el in libevdev
-rw-r--r--extra/libevdev/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libevdev/PKGBUILD b/extra/libevdev/PKGBUILD
index fe5d89618..4a398cb83 100644
--- a/extra/libevdev/PKGBUILD
+++ b/extra/libevdev/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=libevdev
pkgver=0.4
pkgrel=2
pkgdesc="Wrapper library for evdev devices"
-arch=(i686 x86_64)
+arch=(i686 x86_64 mips64el)
url="http://www.freedesktop.org/wiki/Software/libevdev/"
license=(custom:X11)
depends=('glibc')