diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-30 15:56:18 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-30 15:56:18 +0200 |
commit | 530194d22ab053b6d4db919d9b637fe2d64fab20 (patch) | |
tree | 912adb7761bc8275425b97fb309af9d4d6b91458 /extra | |
parent | 1addb62992395c33a9762e6b68259c59fa0c96f4 (diff) |
Unarch xf86-input-keyboard and xf86-input-mouse, use xf86-input-evdev instead.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/xf86-input-keyboard/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/xf86-input-mouse/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extra/xf86-input-keyboard/PKGBUILD b/extra/xf86-input-keyboard/PKGBUILD index c7b093181..a84212019 100644 --- a/extra/xf86-input-keyboard/PKGBUILD +++ b/extra/xf86-input-keyboard/PKGBUILD @@ -5,7 +5,7 @@ pkgname=xf86-input-keyboard pkgver=1.6.1 pkgrel=2 pkgdesc="X.Org keyboard input driver" -arch=(i686 x86_64 'mips64el') +arch=(i686 x86_64) license=('custom') url="http://xorg.freedesktop.org/" depends=('glibc') diff --git a/extra/xf86-input-mouse/PKGBUILD b/extra/xf86-input-mouse/PKGBUILD index 85fcd5090..4fd8b64d8 100644 --- a/extra/xf86-input-mouse/PKGBUILD +++ b/extra/xf86-input-mouse/PKGBUILD @@ -5,7 +5,7 @@ pkgname=xf86-input-mouse pkgver=1.7.2 pkgrel=1 pkgdesc="X.org mouse input driver" -arch=(i686 x86_64 'mips64el') +arch=(i686 x86_64) license=('custom') url="http://xorg.freedesktop.org/" depends=('glibc') |