diff options
Diffstat (limited to 'community/sshfs')
-rw-r--r-- | community/sshfs/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/sshfs/PKGBUILD b/community/sshfs/PKGBUILD index b42fa1d1d..30ad20f67 100644 --- a/community/sshfs/PKGBUILD +++ b/community/sshfs/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 102191 2013-12-06 12:45:33Z giovanni $ +# $Id: PKGBUILD 104110 2014-01-15 23:34:26Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> pkgname=sshfs -pkgver=2.4 +pkgver=2.5 pkgrel=1 pkgdesc="FUSE client based on the SSH File Transfer Protocol" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('GPL') depends=('fuse' 'glib2' 'openssh') makedepends=('pkg-config') source=("http://downloads.sourceforge.net/sourceforge/fuse/${pkgname}-fuse-${pkgver}.tar.gz") -md5sums=('3c7c3647c52ce84d09486f1da3a3ce24') +md5sums=('17494910db8383a366b1301e5f5148a9') build() { cd "${srcdir}/${pkgname}-fuse-${pkgver}" |