diff options
Diffstat (limited to 'community/libnfs/PKGBUILD')
-rw-r--r-- | community/libnfs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libnfs/PKGBUILD b/community/libnfs/PKGBUILD index 44acdab1b..1065c9616 100644 --- a/community/libnfs/PKGBUILD +++ b/community/libnfs/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libnfs pkgver=1.5.0 pkgrel=1 pkgdesc="client library for accessing NFS shares" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://github.com/sahlberg/libnfs" license=('GPL') depends=('glibc') |