diff options
Diffstat (limited to 'community/rpc2/PKGBUILD')
-rw-r--r-- | community/rpc2/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rpc2/PKGBUILD b/community/rpc2/PKGBUILD index a119319de..c595e6c81 100644 --- a/community/rpc2/PKGBUILD +++ b/community/rpc2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=rpc2 pkgver=2.10 pkgrel=4 pkgdesc="Remote procedure call package for IP/UDP" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.coda.cs.cmu.edu" license=("LGPL") depends=('lwp' 'readline') |