diff options
Diffstat (limited to 'community/jbig2dec/PKGBUILD')
-rw-r--r-- | community/jbig2dec/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/jbig2dec/PKGBUILD b/community/jbig2dec/PKGBUILD index 9ea255b4b..32432afb0 100644 --- a/community/jbig2dec/PKGBUILD +++ b/community/jbig2dec/PKGBUILD @@ -6,7 +6,7 @@ pkgname=jbig2dec pkgver=0.11 pkgrel=5 pkgdesc="decoder implementation of the JBIG2 image compression format" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://jbig2dec.sourceforge.net/" license=('GPL3') depends=('glibc' 'libpng') |