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

Antonio Rojas arojas at archlinux.org
Mon Aug 8 16:44:25 UTC 2016


    Date: Monday, August 8, 2016 @ 16:44:24
  Author: arojas
Revision: 186066

Update to 2.8

Modified:
  sshfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-08 16:32:14 UTC (rev 186065)
+++ PKGBUILD	2016-08-08 16:44:24 UTC (rev 186066)
@@ -2,7 +2,7 @@
 # Maintainer: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=sshfs
-pkgver=2.7
+pkgver=2.8
 _tag=sshfs_${pkgver/./_}
 pkgrel=1
 pkgdesc="FUSE client based on the SSH File Transfer Protocol"
@@ -10,20 +10,18 @@
 url="http://github.com/libfuse/sshfs"
 license=('GPL')
 depends=('fuse' 'glib2' 'openssh')
-makedepends=('pkg-config')
-source=(https://github.com/libfuse/sshfs/archive/$pkgname-$pkgver.tar.gz)
-md5sums=('5e803dc318d4b2bfa82d274323fa99a2')
+source=(https://github.com/libfuse/sshfs/releases/download/sshfs_$pkgver/sshfs-$pkgver.tar.gz)
+md5sums=('0ba25e848ee59e2595d6576c8f6284b6')
 
 build() {
-  cd sshfs-sshfs-$pkgver
+  cd $pkgname-$pkgver
 
-  autoreconf -i
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd sshfs-sshfs-$pkgver
+  cd $pkgname-$pkgver
 
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list