diff options
Diffstat (limited to 'extra/sshfs/PKGBUILD')
-rw-r--r-- | extra/sshfs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/sshfs/PKGBUILD b/extra/sshfs/PKGBUILD index 7f3d85374..64231d518 100644 --- a/extra/sshfs/PKGBUILD +++ b/extra/sshfs/PKGBUILD @@ -5,7 +5,7 @@ pkgname=sshfs pkgver=2.3 pkgrel=1 pkgdesc="FUSE client based on the SSH File Transfer Protocol" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://fuse.sourceforge.net/sshfs.html" license=('GPL') depends=('fuse' 'glib2' 'openssh') |