mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/sshfs to 3.6.0-1
This commit is contained in:
parent
c9c8bd6ec2
commit
631656e9ab
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,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.2
|
pkgver=3.6.0
|
||||||
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')
|
||||||
|
@ -15,7 +15,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=('841be1594b6fb76b23e4b5700ce235e86a64324f2483d67130ce07c2330ff0b2'
|
sha256sums=('1679b5543a6db2e93e06dbcdc9247b35df64c3148e2c30f80764f4813bd6c270'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath <Nikolaus@rath.org>
|
validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath <Nikolaus@rath.org>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue