diff options
Diffstat (limited to 'extra/djvulibre/PKGBUILD')
-rw-r--r-- | extra/djvulibre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/djvulibre/PKGBUILD b/extra/djvulibre/PKGBUILD index 572a6c552..5bea5a600 100644 --- a/extra/djvulibre/PKGBUILD +++ b/extra/djvulibre/PKGBUILD @@ -6,10 +6,10 @@ pkgname=djvulibre pkgver=3.5.25.3 _major=3.5.25 -pkgrel=1 +pkgrel=1.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') |