community/sshfs to 3.5.1-1

This commit is contained in:
Kevin Mihelich 2018-12-23 21:53:51 +00:00
parent 2ef458516c
commit 2d1c741abb

View file

@ -7,7 +7,7 @@
# - use -D_FILE_OFFSET_BITS=64 with 32-bit ARM # - use -D_FILE_OFFSET_BITS=64 with 32-bit ARM
pkgname=sshfs pkgname=sshfs
pkgver=3.5.0 pkgver=3.5.1
pkgrel=1 pkgrel=1
pkgdesc="FUSE client based on the SSH File Transfer Protocol" pkgdesc="FUSE client based on the SSH File Transfer Protocol"
arch=('x86_64') arch=('x86_64')
@ -16,7 +16,7 @@ license=(GPL)
depends=(fuse3 glib2 openssh) depends=(fuse3 glib2 openssh)
makedepends=('meson' 'python-docutils') makedepends=('meson' 'python-docutils')
source=(https://github.com/libfuse/sshfs/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz{,.asc}) source=(https://github.com/libfuse/sshfs/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
sha256sums=('c2035332489dea3be88b9328d0e1905f904a34f93eb87fb07cd5380329a3dfe5' sha256sums=('b505105980cd552481ab9f311bcf6fdb6134cdd200d5ac8aa828b31769d0b10b'
'SKIP') 'SKIP')
validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath <Nikolaus@rath.org> validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath <Nikolaus@rath.org>