diff options
Diffstat (limited to 'community/darcs')
-rw-r--r-- | community/darcs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/darcs/PKGBUILD b/community/darcs/PKGBUILD index d23e917a5..506374c5a 100644 --- a/community/darcs/PKGBUILD +++ b/community/darcs/PKGBUILD @@ -6,7 +6,7 @@ pkgname=darcs pkgver=2.5.2 pkgrel=1.1 pkgdesc="Decentralized replacement for CVS with roots in quantum mechanics" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://darcs.net/" license=('GPL') depends=('curl' 'gmp' 'ncurses>=5.6-7') |