diff options
Diffstat (limited to 'extra/libx11')
-rw-r--r-- | extra/libx11/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libx11/PKGBUILD b/extra/libx11/PKGBUILD index 162b46ac9..1c41314ac 100644 --- a/extra/libx11/PKGBUILD +++ b/extra/libx11/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libx11 pkgver=1.6.1 pkgrel=1 pkgdesc="X11 client-side library" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://xorg.freedesktop.org/" depends=('libxcb' 'xproto' 'kbproto') makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto') |