diff options
Diffstat (limited to 'extra/libice/PKGBUILD')
-rw-r--r-- | extra/libice/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libice/PKGBUILD b/extra/libice/PKGBUILD index a350cfaf7..09c274fb3 100644 --- a/extra/libice/PKGBUILD +++ b/extra/libice/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libice pkgver=1.0.7 pkgrel=1 pkgdesc="X11 Inter-Client Exchange library" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://xorg.freedesktop.org/" depends=('glibc' 'xproto>=7.0.18') makedepends=('pkgconfig' 'xtrans>=1.2.5') |