[arch-commits] Commit in sshfs/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Wed Nov 11 18:02:06 UTC 2009


    Date: Wednesday, November 11, 2009 @ 13:02:06
  Author: giovanni
Revision: 58694

upgpkg: sshfs 2.2-3
    FS16430 - Rebuild against new fuse

Modified:
  sshfs/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-11 17:55:52 UTC (rev 58693)
+++ PKGBUILD	2009-11-11 18:02:06 UTC (rev 58694)
@@ -3,18 +3,18 @@
 
 pkgname=sshfs
 pkgver=2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="FUSE client based on the SSH File Transfer Protocol."
 arch=('i686' 'x86_64')
 url="http://fuse.sourceforge.net/sshfs.html"
 license=('GPL2')
 depends=('fuse' 'glib2' 'openssh')
 makedepends=('pkgconfig')
-source=(http://downloads.sourceforge.net/sourceforge/fuse/$pkgname-fuse-$pkgver.tar.gz)
+source=(http://downloads.sourceforge.net/sourceforge/fuse/${pkgname}-fuse-${pkgver}.tar.gz)
 md5sums=('26e9206eb5169e87e6f95f54bc005a4f')
 
 build() {
-  cd $srcdir/$pkgname-fuse-$pkgver
+  cd "${srcdir}/${pkgname}-fuse-${pkgver}"
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$pkgdir install




More information about the arch-commits mailing list