diff options
Diffstat (limited to 'core/rpcbind/PKGBUILD')
-rw-r--r-- | core/rpcbind/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/rpcbind/PKGBUILD b/core/rpcbind/PKGBUILD index e4ef1f876..c38f302fd 100644 --- a/core/rpcbind/PKGBUILD +++ b/core/rpcbind/PKGBUILD @@ -5,7 +5,7 @@ pkgname=rpcbind pkgver=0.2.0 pkgrel=6 pkgdesc="portmap replacement which supports RPC over various protocols" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') depends=('bash' 'glibc' 'libtirpc') url="http://rpcbind.sourceforge.net" license=('custom') |