diff options
Diffstat (limited to 'community/xmonad/PKGBUILD')
-rw-r--r-- | community/xmonad/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xmonad/PKGBUILD b/community/xmonad/PKGBUILD index 658c18cbd..08c578503 100644 --- a/community/xmonad/PKGBUILD +++ b/community/xmonad/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xmonad pkgver=0.11 pkgrel=6 pkgdesc="Lightweight X11 tiled window manager written in Haskell" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xmonad.org/" license=('BSD') depends=('ghc=7.6.3-1' 'gmp' 'haskell-x11=1.6.1.1-3' 'sh' 'haskell-mtl=2.1.2-3' 'haskell-utf8-string=0.3.7-5' 'haskell-extensible-exceptions=0.1.1.4-5') |