diff options
Diffstat (limited to 'community/libharu/PKGBUILD')
-rw-r--r-- | community/libharu/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libharu/PKGBUILD b/community/libharu/PKGBUILD index 160373489..fb1a48645 100644 --- a/community/libharu/PKGBUILD +++ b/community/libharu/PKGBUILD @@ -9,7 +9,7 @@ pkgver=2.2.1 pkgrel=1 pkgdesc="C/C++ library for generating PDF documents" url="http://libharu.org/wiki/Main_Page" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom:ZLIB') depends=('libpng' 'gcc-libs') options=(!libtool) |