diff options
Diffstat (limited to 'community/mupdf')
-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 f339be13c..4c2b0ee2d 100644 --- a/community/mupdf/PKGBUILD +++ b/community/mupdf/PKGBUILD @@ -9,7 +9,7 @@ pkgname=mupdf pkgver=1.1 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' 'xdg-utils') |