diff options
Diffstat (limited to 'community/xmlrpc-c/PKGBUILD')
-rw-r--r-- | community/xmlrpc-c/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xmlrpc-c/PKGBUILD b/community/xmlrpc-c/PKGBUILD index b387f32cb..64a75df99 100644 --- a/community/xmlrpc-c/PKGBUILD +++ b/community/xmlrpc-c/PKGBUILD @@ -11,7 +11,7 @@ pkgver=1.29.2 epoch=1 pkgrel=2 pkgdesc='XML-RPC for C and C++' -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url='http://xmlrpc-c.sourceforge.net/' license=('custom') depends=('curl' 'libxml2' 'gcc-libs' 'zlib') |