diff options
Diffstat (limited to 'community/podofo/PKGBUILD')
-rw-r--r-- | community/podofo/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/podofo/PKGBUILD b/community/podofo/PKGBUILD index a4527f47e..69e0cc946 100644 --- a/community/podofo/PKGBUILD +++ b/community/podofo/PKGBUILD @@ -7,7 +7,7 @@ pkgname=podofo pkgver=0.9.1 pkgrel=3 pkgdesc="A C++ library to work with the PDF file format" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://podofo.sourceforge.net" license=('GPL') depends=( 'gcc-libs' 'fontconfig' 'libpng' 'libtiff') |