diff options
Diffstat (limited to 'community/xmlrpc-c/PKGBUILD')
-rw-r--r-- | community/xmlrpc-c/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xmlrpc-c/PKGBUILD b/community/xmlrpc-c/PKGBUILD index 7083d92a4..fd394728b 100644 --- a/community/xmlrpc-c/PKGBUILD +++ b/community/xmlrpc-c/PKGBUILD @@ -9,14 +9,14 @@ pkgver=1.33.03 pkgrel=1 epoch=1 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') makedepends=('libtool' 'setconf') options=('!makeflags' '!libtool' '!emptydirs') source=("$pkgname-advanced-$pkgver.tar.gz::http://xmlrpc-c.svn.sourceforge.net/viewvc/xmlrpc-c/advanced/?view=tar") -sha256sums=('5e52978f4c96591c9732b4e7a336a4abb75550b1403ba0ed59fb3ddd49595309') +sha256sums=('89ee1a2cd7319fbb0940cb1e87c8592d17379659f05da231aec603d70bd1233a') build() { cd "$srcdir/advanced" |