diff options
Diffstat (limited to 'community/gocr/PKGBUILD')
-rw-r--r-- | community/gocr/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gocr/PKGBUILD b/community/gocr/PKGBUILD index 1a8d60138..4b712698a 100644 --- a/community/gocr/PKGBUILD +++ b/community/gocr/PKGBUILD @@ -6,7 +6,7 @@ pkgname=gocr pkgver=0.49 pkgrel=2 pkgdesc="Open-source character recognition (OCR)" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://jocr.sourceforge.net/index.html" license=('GPL') depends=('glibc' 'netpbm') |