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

Giancarlo Razzolini grazzolini at archlinux.org
Thu Oct 26 11:51:34 UTC 2017


    Date: Thursday, October 26, 2017 @ 11:51:33
  Author: grazzolini
Revision: 264500

upgpkg: sshfs 3.3.1-1

Modified:
  sshfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-26 11:51:23 UTC (rev 264499)
+++ PKGBUILD	2017-10-26 11:51:33 UTC (rev 264500)
@@ -4,8 +4,8 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=sshfs
-pkgver=3.3.0
-pkgrel=4
+pkgver=3.3.1
+pkgrel=1
 pkgdesc="FUSE client based on the SSH File Transfer Protocol"
 arch=(x86_64 i686)
 url="http://github.com/libfuse/sshfs"
@@ -12,23 +12,14 @@
 license=(GPL)
 depends=(fuse3 glib2 openssh)
 makedepends=('meson' 'python-docutils')
-source=(https://github.com/libfuse/sshfs/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz{,.asc}
-        001-sshfs-3.3.0-meson.build.patch
-        002-sshfs-3.3.0-sshfs.c.patch)
-sha256sums=('9ddfcc2564fafe002706b093b6295afbcb2cc0a3bc52bc805cc5361cb69ca51d'
-            'SKIP'
-            'da928d31291ad86582ab616ea91619c345513dec00f6aafb5bac8f2929159e6b'
-            '2655139190ee5d2d295afc89a4ae028e78b881ecad9e03fcf9cd1869b2e4e439')
+source=(https://github.com/libfuse/sshfs/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
+sha256sums=('de13bfe0eb5821a7d878f8dea3dc815edaee734418e0950c2732399acd4fb443'
+            'SKIP')
 validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath <Nikolaus at rath.org>
 
 prepare() {
   cd $pkgname-$pkgver
 
-  # patch meson.build
-  patch -p1 < ../001-sshfs-3.3.0-meson.build.patch
-  # patch sshfs.c
-  patch -p1 < ../002-sshfs-3.3.0-sshfs.c.patch
-  
   [[ $CARCH == 'i686' ]] && export CFLAGS+=" -D_FILE_OFFSET_BITS=64"
   rm -rf build
   mkdir build



More information about the arch-commits mailing list