diff options
Diffstat (limited to 'extra/sshfs/PKGBUILD')
-rw-r--r-- | extra/sshfs/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/sshfs/PKGBUILD b/extra/sshfs/PKGBUILD index 6c18297ab..bd10b2413 100644 --- a/extra/sshfs/PKGBUILD +++ b/extra/sshfs/PKGBUILD @@ -3,9 +3,9 @@ pkgname=sshfs pkgver=2.4 -pkgrel=1 +pkgrel=1.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') |