diff options
Diffstat (limited to 'core/groff/PKGBUILD')
-rw-r--r-- | core/groff/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/groff/PKGBUILD b/core/groff/PKGBUILD index f007e1d23..236330acd 100644 --- a/core/groff/PKGBUILD +++ b/core/groff/PKGBUILD @@ -2,9 +2,9 @@ # Maintainer: judd <jvinet@zeroflux.org> pkgname=groff pkgver=1.21 -pkgrel=2 +pkgrel=2.1 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') |