diff options
Diffstat (limited to 'community/haskell-tar/PKGBUILD')
-rw-r--r-- | community/haskell-tar/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/haskell-tar/PKGBUILD b/community/haskell-tar/PKGBUILD index deaccdaf3..469d9a305 100644 --- a/community/haskell-tar/PKGBUILD +++ b/community/haskell-tar/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="Reading, writing and manipulating \".tar\" archive files." url="http://hackage.haskell.org/package/tar" license=('custom:BSD3') -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') depends=('ghc=7.4.1') options=('strip') source=("http://hackage.haskell.org/packages/archive/tar/$pkgver/tar-$pkgver.tar.gz") |