diff options
Diffstat (limited to 'community/mupdf/PKGBUILD')
-rw-r--r-- | community/mupdf/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mupdf/PKGBUILD b/community/mupdf/PKGBUILD index 1395fceae..a7687df62 100644 --- a/community/mupdf/PKGBUILD +++ b/community/mupdf/PKGBUILD @@ -9,7 +9,7 @@ pkgname=mupdf pkgver=1.0 pkgrel=1 pkgdesc="lightweight PDF viewer and toolkit written in portable C" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://mupdf.com" license=('GPL3') depends=('freetype2' 'libjpeg' 'jbig2dec' 'openjpeg' 'libxext' 'desktop-file-utils') |