diff options
Diffstat (limited to 'community/gsoap/PKGBUILD')
-rw-r--r-- | community/gsoap/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gsoap/PKGBUILD b/community/gsoap/PKGBUILD index dfa853405..6dc801d68 100644 --- a/community/gsoap/PKGBUILD +++ b/community/gsoap/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.8.13 pkgrel=1 pkgdesc="Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++" url="http://www.cs.fsu.edu/~engelen/soap.html" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'custom') depends=('openssl' 'zlib' 'gcc-libs') makedepends=('autoconf' 'automake') |