summaryrefslogtreecommitdiff
path: root/extra/sshfs
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-02 23:14:59 +0000
committerroot <root@rshg054.dnsready.net>2011-12-02 23:14:59 +0000
commit8eed59114cbcf729b65f87d3f73530f6c8363d20 (patch)
treedb7d4f28ed86bbb2681253cb8bae851030d111e3 /extra/sshfs
parent9e9ab642711f2424f828e21d14b98c45cdef2b29 (diff)
Fri Dec 2 23:14:59 UTC 2011
Diffstat (limited to 'extra/sshfs')
-rw-r--r--extra/sshfs/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/sshfs/PKGBUILD b/extra/sshfs/PKGBUILD
index 7f3d85374..5feb4da37 100644
--- a/extra/sshfs/PKGBUILD
+++ b/extra/sshfs/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 131653 2011-07-13 12:06:33Z giovanni $
+# $Id: PKGBUILD 143984 2011-12-01 15:06:29Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
pkgname=sshfs
pkgver=2.3
-pkgrel=1
+pkgrel=2
pkgdesc="FUSE client based on the SSH File Transfer Protocol"
arch=('i686' 'x86_64')
url="http://fuse.sourceforge.net/sshfs.html"
license=('GPL')
depends=('fuse' 'glib2' 'openssh')
-makedepends=('pkgconfig')
-source=(http://downloads.sourceforge.net/sourceforge/fuse/${pkgname}-fuse-${pkgver}.tar.gz)
+makedepends=('pkg-config')
+source=("http://downloads.sourceforge.net/sourceforge/fuse/${pkgname}-fuse-${pkgver}.tar.gz")
md5sums=('f72f12fda186dbd92382f70d25662ed3')
build() {