diff options
Diffstat (limited to 'extra/libxext/PKGBUILD')
-rw-r--r-- | extra/libxext/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libxext/PKGBUILD b/extra/libxext/PKGBUILD index 34c0f853c..0d35f36d7 100644 --- a/extra/libxext/PKGBUILD +++ b/extra/libxext/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libxext pkgver=1.3.2 pkgrel=1 pkgdesc="X11 miscellaneous extensions library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xorg.freedesktop.org/" license=('custom') depends=('libx11' 'xextproto') |