diff options
Diffstat (limited to 'community/gtk2hs-buildtools/PKGBUILD')
-rw-r--r-- | community/gtk2hs-buildtools/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gtk2hs-buildtools/PKGBUILD b/community/gtk2hs-buildtools/PKGBUILD index 0eebe2691..901d1a25b 100644 --- a/community/gtk2hs-buildtools/PKGBUILD +++ b/community/gtk2hs-buildtools/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=3 pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries." url="http://hackage.haskell.org/package/gtk2hs-buildtools" license=('GPL2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=('ghc' 'alex' 'happy') depends=('gmp') options=('strip') |