diff options
Diffstat (limited to 'community/curlftpfs')
-rw-r--r-- | community/curlftpfs/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/curlftpfs/PKGBUILD b/community/curlftpfs/PKGBUILD index e0570edaf..4e2d32f79 100644 --- a/community/curlftpfs/PKGBUILD +++ b/community/curlftpfs/PKGBUILD @@ -5,13 +5,13 @@ pkgname=curlftpfs pkgver=0.9.2 -pkgrel=3 +pkgrel=3.1 pkgdesc="A filesystem for acessing FTP hosts based on FUSE and libcurl." url="http://curlftpfs.sourceforge.net/" license=('GPL') depends=('curl>=7.15.4' 'fuse' 'glib2') makedepends=('pkgconfig>=0.9.0') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=(http://downloads.sourceforge.net/sourceforge/curlftpfs/$pkgname-$pkgver.tar.gz ioerror.patch) md5sums=('b452123f755114cd4461d56c648d9f12' |