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

Antonio Rojas arojas at archlinux.org
Sun Jul 9 08:09:54 UTC 2017


    Date: Sunday, July 9, 2017 @ 08:09:54
  Author: arojas
Revision: 243387

Update to 3.0.0, doesn't support i686

Modified:
  sshfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-09 06:11:44 UTC (rev 243386)
+++ PKGBUILD	2017-07-09 08:09:54 UTC (rev 243387)
@@ -1,17 +1,17 @@
 # $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=sshfs
-pkgver=2.9
-_tag=sshfs_${pkgver/./_}
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="FUSE client based on the SSH File Transfer Protocol"
-arch=('i686' 'x86_64')
+arch=(x86_64)
 url="http://github.com/libfuse/sshfs"
-license=('GPL')
-depends=('fuse2' 'glib2' 'openssh')
+license=(GPL)
+depends=(fuse3 glib2 openssh)
 source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$pkgver/sshfs-$pkgver.tar.gz{,.asc})
-sha256sums=('46d1e1287ce97255fcb50010355184d8c5585329f73ab1e755217419a8e6e5de'
+sha256sums=('644966c7326c1b788a80318c5806f20f6d42dd72ab686f66d6120bd108b54d2d'
             'SKIP')
 validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath <Nikolaus at rath.org>
 
@@ -25,5 +25,5 @@
 package() {
   cd $pkgname-$pkgver
 
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list