diff options
Diffstat (limited to 'community/haskell-x11/PKGBUILD')
-rw-r--r-- | community/haskell-x11/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/haskell-x11/PKGBUILD b/community/haskell-x11/PKGBUILD index 64b75a6a0..cb1f90eb9 100644 --- a/community/haskell-x11/PKGBUILD +++ b/community/haskell-x11/PKGBUILD @@ -8,7 +8,7 @@ pkgname=haskell-x11 pkgver=1.6.0.2 pkgrel=2 pkgdesc="A Haskell binding to the X11 graphics library." -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11" license=('custom:BSD3') options=('strip') |