diff options
Diffstat (limited to 'community/tinyxml/PKGBUILD')
-rw-r--r-- | community/tinyxml/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tinyxml/PKGBUILD b/community/tinyxml/PKGBUILD index a8f263f30..fb3924309 100644 --- a/community/tinyxml/PKGBUILD +++ b/community/tinyxml/PKGBUILD @@ -9,7 +9,7 @@ pkgver=2.6.2 pkgrel=3 pkgdesc='Simple, small, C++ XML parser that can be easily integrated into other programs' url="http://www.grinninglizard.com/tinyxml/" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') license=('zlib') depends=('gcc-libs') makedepends=('setconf') |