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

Antonio Rojas arojas at archlinux.org
Thu Apr 21 19:29:25 UTC 2016


    Date: Thursday, April 21, 2016 @ 21:29:25
  Author: arojas
Revision: 171535

Update to 2.7

Modified:
  sshfs/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-21 19:25:49 UTC (rev 171534)
+++ PKGBUILD	2016-04-21 19:29:25 UTC (rev 171535)
@@ -2,7 +2,7 @@
 # Maintainer: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=sshfs
-pkgver=2.6
+pkgver=2.7
 _tag=sshfs_${pkgver/./_}
 pkgrel=1
 pkgdesc="FUSE client based on the SSH File Transfer Protocol"
@@ -11,11 +11,11 @@
 license=('GPL')
 depends=('fuse' 'glib2' 'openssh')
 makedepends=('pkg-config')
-source=(https://github.com/libfuse/sshfs/archive/${_tag}.zip)
-md5sums=('b5bf2b1205ae235905f8a20e5dbc2d5f')
+source=(https://github.com/libfuse/sshfs/archive/$pkgname-$pkgver.tar.gz)
+md5sums=('5e803dc318d4b2bfa82d274323fa99a2')
 
 build() {
-  cd sshfs-$_tag
+  cd sshfs-sshfs-$pkgver
 
   autoreconf -i
   ./configure --prefix=/usr
@@ -23,7 +23,7 @@
 }
 
 package() {
-  cd sshfs-${_tag}
+  cd sshfs-sshfs-$pkgver
 
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list