diff options
Diffstat (limited to 'extra/libxcb/PKGBUILD')
-rw-r--r-- | extra/libxcb/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libxcb/PKGBUILD b/extra/libxcb/PKGBUILD index 523084ba5..9d0e216c1 100644 --- a/extra/libxcb/PKGBUILD +++ b/extra/libxcb/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libxcb pkgver=1.10 pkgrel=1 pkgdesc="X11 client-side library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xcb.freedesktop.org/" depends=('xcb-proto>=1.10' 'libxdmcp' 'libxau') makedepends=('pkgconfig' 'libxslt' 'python') |