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

Anatol Pomozov anatolik at archlinux.org
Mon Feb 15 18:32:01 UTC 2016


    Date: Monday, February 15, 2016 @ 19:32:01
  Author: anatolik
Revision: 161694

upgpkg: sshfs 2.6-1

Modified:
  sshfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-15 17:02:52 UTC (rev 161693)
+++ PKGBUILD	2016-02-15 18:32:01 UTC (rev 161694)
@@ -2,26 +2,28 @@
 # Maintainer: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=sshfs
-pkgver=2.5
+pkgver=2.6
+_tag=sshfs_${pkgver/./_}
 pkgrel=1
 pkgdesc="FUSE client based on the SSH File Transfer Protocol"
 arch=('i686' 'x86_64')
-url="http://fuse.sourceforge.net/sshfs.html"
+url="http://github.com/libfuse/sshfs"
 license=('GPL')
 depends=('fuse' 'glib2' 'openssh')
 makedepends=('pkg-config')
-source=("http://downloads.sourceforge.net/sourceforge/fuse/${pkgname}-fuse-${pkgver}.tar.gz")
-md5sums=('17494910db8383a366b1301e5f5148a9')
+source=(https://github.com/libfuse/sshfs/archive/${_tag}.zip)
+md5sums=('b5bf2b1205ae235905f8a20e5dbc2d5f')
 
 build() {
-  cd "${srcdir}/${pkgname}-fuse-${pkgver}"
+  cd sshfs-$_tag
 
+  autoreconf -i
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-fuse-${pkgver}"
+  cd sshfs-${_tag}
 
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list