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

Giancarlo Razzolini grazzolini at archlinux.org
Fri Sep 22 19:01:26 UTC 2017


    Date: Friday, September 22, 2017 @ 19:01:24
  Author: grazzolini
Revision: 259741

upgpkg: sshfs 3.3.0-1

Now sshfs has the ability to mount from /etc/fstab

Modified:
  sshfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 19:01:20 UTC (rev 259740)
+++ PKGBUILD	2017-09-22 19:01:24 UTC (rev 259741)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
+# Contributor: Antonio Rojas <arojas at archlinux.org>
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=sshfs
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.3.0
+pkgrel=1
 pkgdesc="FUSE client based on the SSH File Transfer Protocol"
 arch=(x86_64 i686)
 url="http://github.com/libfuse/sshfs"
@@ -11,8 +12,8 @@
 license=(GPL)
 depends=(fuse3 glib2 openssh)
 makedepends=(meson)
-source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$pkgver/sshfs-$pkgver.tar.gz{,.asc})
-sha256sums=('b494cdbac7ba2e77b994b3d3957171610be640e49c287ff6cb8f2959c4768101'
+source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$pkgver/sshfs-$pkgver.tar.xz{,.asc})
+sha256sums=('9ddfcc2564fafe002706b093b6295afbcb2cc0a3bc52bc805cc5361cb69ca51d'
             'SKIP')
 validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath <Nikolaus at rath.org>
 
@@ -21,9 +22,8 @@
 
   [[ $CARCH == 'i686' ]] && export CFLAGS+=" -D_FILE_OFFSET_BITS=64"
   rm -rf build
-  mkdir build
+  meson setup . build
   cd build
-  meson --prefix=/usr ..
   ninja
 }
 
@@ -30,5 +30,6 @@
 package() {
   cd $pkgname-$pkgver/build
 
+  meson configure -Dprefix=/usr -Dsbindir=bin
   DESTDIR="$pkgdir" ninja install
 }



More information about the arch-commits mailing list