diff options
Diffstat (limited to 'extra/djvulibre/PKGBUILD')
-rw-r--r-- | extra/djvulibre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/djvulibre/PKGBUILD b/extra/djvulibre/PKGBUILD index 572a6c552..6ddbcf27a 100644 --- a/extra/djvulibre/PKGBUILD +++ b/extra/djvulibre/PKGBUILD @@ -9,7 +9,7 @@ _major=3.5.25 pkgrel=1 pkgdesc="Suite to create, manipulate and view DjVu ('déjà vu') documents" url='http://djvu.sourceforge.net/' -arch=('i686' 'x86_64') +arch=("i686" "x86_64" 'mips64el') license=('GPL2') options=('!libtool') makedepends=('librsvg') |