mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/sshfs to 3.7.3-1
This commit is contained in:
parent
21cc074df5
commit
7203b5ad7f
1 changed files with 5 additions and 9 deletions
|
@ -6,26 +6,22 @@
|
||||||
# - 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.7.2
|
pkgver=3.7.3
|
||||||
pkgrel=2
|
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')
|
||||||
url="https://github.com/libfuse/sshfs"
|
url="https://github.com/libfuse/sshfs"
|
||||||
license=(GPL)
|
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})
|
||||||
https://github.com/libfuse/sshfs/commit/508e8cb0.patch)
|
sha256sums=('5218ce7bdd2ce0a34137a0d7798e0f6d09f0e6d21b1e98ee730a18b0699c2e99'
|
||||||
sha256sums=('1c596d42724d13aeba9f49ee127b8ef2fdeb813e25c6018f92d0c9ec4754fa2d'
|
'SKIP')
|
||||||
'SKIP'
|
|
||||||
'629f0f07e1efd6c8251750c29981f106caa8fc4e12338c2092376054bfec059b')
|
|
||||||
validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath <Nikolaus@rath.org>
|
validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath <Nikolaus@rath.org>
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
||||||
patch -p1 -i ../508e8cb0.patch # Fix typo that prevents passing the PubkeyAcceptedKeyTypes option to ssh
|
|
||||||
|
|
||||||
[[ $CARCH == 'arm' || $CARCH == 'armv6h' || $CARCH == 'armv7h' ]] && export CFLAGS+=" -D_FILE_OFFSET_BITS=64"
|
[[ $CARCH == 'arm' || $CARCH == 'armv6h' || $CARCH == 'armv7h' ]] && export CFLAGS+=" -D_FILE_OFFSET_BITS=64"
|
||||||
rm -rf build
|
rm -rf build
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
Loading…
Reference in a new issue