diff options
Diffstat (limited to 'extra/libotf/PKGBUILD')
-rw-r--r-- | extra/libotf/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libotf/PKGBUILD b/extra/libotf/PKGBUILD index 3c2743f15..0003de2dd 100644 --- a/extra/libotf/PKGBUILD +++ b/extra/libotf/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc='OpenType Font library' url='http://www.nongnu.org/m17n/' license=('LGPL') options=('!libtool') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libxaw' 'freetype2') source=("http://download.savannah.gnu.org/releases/m17n//${pkgname}-${pkgver}.tar.gz") sha1sums=('66bb81958f5f07ee1f8917d3cb7e359ae559d873') |