diff options
Diffstat (limited to 'extra/lyx/PKGBUILD')
-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 dec0a4419..95fe0d747 100644 --- a/extra/lyx/PKGBUILD +++ b/extra/lyx/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lyx pkgver=1.6.9 pkgrel=2 pkgdesc="An advanced open-source document processor." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.lyx.org" depends=('qt' 'texlive-core' 'python2' 'perl' 'imagemagick' 'aspell' 'aiksaurus' 'boost-libs') makedepends=('boost') |