diff options
Diffstat (limited to 'core/groff/PKGBUILD')
-rw-r--r-- | core/groff/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/groff/PKGBUILD b/core/groff/PKGBUILD index f007e1d23..f9661d3f4 100644 --- a/core/groff/PKGBUILD +++ b/core/groff/PKGBUILD @@ -4,7 +4,7 @@ pkgname=groff pkgver=1.21 pkgrel=2 pkgdesc="GNU troff text-formatting system" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.gnu.org/software/groff/groff.html" license=('GPL') depends=('perl' 'gcc-libs' 'texinfo') |