diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-12 10:03:08 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-12 10:03:08 -0500 |
commit | 74093519de9393b9196a1a511609b61c89da6753 (patch) | |
tree | 3805ccad28b76e0431328e38ca5c0664712d108b /community/jbig2dec | |
parent | 891a51ee90b27ae02b33882cad19773a065499c3 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/jbig2dec')
-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') |