diff options
Diffstat (limited to 'extra/lyx')
-rw-r--r-- | extra/lyx/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/lyx/PKGBUILD b/extra/lyx/PKGBUILD index 944d22bb9..46963064d 100644 --- a/extra/lyx/PKGBUILD +++ b/extra/lyx/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lyx pkgver=2.0.7 pkgrel=1 pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.lyx.org" depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 'libmythes') makedepends=('boost') |