diff options
Diffstat (limited to 'community/haskell-x11')
-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 5e93dc6b1..9410e92d5 100644 --- a/community/haskell-x11/PKGBUILD +++ b/community/haskell-x11/PKGBUILD @@ -8,7 +8,7 @@ pkgname=haskell-x11 pkgver=1.6.1.1 pkgrel=3 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') |