diff options
Diffstat (limited to 'community/smbnetfs/PKGBUILD')
-rw-r--r-- | community/smbnetfs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/smbnetfs/PKGBUILD b/community/smbnetfs/PKGBUILD index 7e880f082..8c11194a9 100644 --- a/community/smbnetfs/PKGBUILD +++ b/community/smbnetfs/PKGBUILD @@ -6,7 +6,7 @@ pkgname=smbnetfs pkgver=0.5.3a pkgrel=5 pkgdesc="small C program that mounts Microsoft network neighborhood in single directory." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://smbnetfs.sourceforge.net/" license=('GPL') depends=('fuse' 'smbclient') |