Date: Monday, April 30, 2018 @ 10:27:15
  Author: grazzolini
Revision: 318483

upgpkg: sshfs 3.3.2-1

Modified:
  sshfs/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-04-30 09:55:33 UTC (rev 318482)
+++ PKGBUILD    2018-04-30 10:27:15 UTC (rev 318483)
@@ -4,16 +4,16 @@
 # Contributor: Giovanni Scafora <giova...@archlinux.org>
 
 pkgname=sshfs
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 pkgdesc="FUSE client based on the SSH File Transfer Protocol"
-arch=(x86_64)
+arch=('x86_64')
 url="http://github.com/libfuse/sshfs";
 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})
-sha256sums=('de13bfe0eb5821a7d878f8dea3dc815edaee734418e0950c2732399acd4fb443'
+sha256sums=('a4da6af0ac4f39606eefd0fd7ca09267fbb90e274081570a700f911fca387e4c'
             'SKIP')
 validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath 
<nikol...@rath.org>
 
@@ -20,7 +20,6 @@
 prepare() {
   cd $pkgname-$pkgver
 
-  [[ $CARCH == 'i686' ]] && export CFLAGS+=" -D_FILE_OFFSET_BITS=64"
   rm -rf build
   mkdir build
   cd build

Reply via email to