mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/sshfs to 3.3.0-2
This commit is contained in:
parent
e211154a70
commit
bab1f4805b
1 changed files with 7 additions and 7 deletions
|
@ -1,21 +1,22 @@
|
|||
# $Id$
|
||||
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
||||
# Maintainer: Giancarlo Razzolini <grazzolini@archlinux.org>
|
||||
# Contributor: Antonio Rojas <arojas@archlinux.org>
|
||||
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - use -D_FILE_OFFSET_BITS=64 with 32-bit ARM
|
||||
|
||||
pkgname=sshfs
|
||||
pkgver=3.2.0
|
||||
pkgver=3.3.0
|
||||
pkgrel=2
|
||||
pkgdesc="FUSE client based on the SSH File Transfer Protocol"
|
||||
arch=(x86_64 i686)
|
||||
url="http://github.com/libfuse/sshfs"
|
||||
license=(GPL)
|
||||
depends=(fuse3 glib2 openssh)
|
||||
makedepends=(meson)
|
||||
source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$pkgver/sshfs-$pkgver.tar.gz{,.asc})
|
||||
sha256sums=('b494cdbac7ba2e77b994b3d3957171610be640e49c287ff6cb8f2959c4768101'
|
||||
makedepends=('meson' 'python-docutils')
|
||||
source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$pkgver/sshfs-$pkgver.tar.xz{,.asc})
|
||||
sha256sums=('9ddfcc2564fafe002706b093b6295afbcb2cc0a3bc52bc805cc5361cb69ca51d'
|
||||
'SKIP')
|
||||
validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath <Nikolaus@rath.org>
|
||||
|
||||
|
@ -24,9 +25,8 @@ build() {
|
|||
|
||||
[[ $CARCH == 'i686' || $CARCH == 'arm' || $CARCH == 'armv6h' || $CARCH == 'armv7h' ]] && export CFLAGS+=" -D_FILE_OFFSET_BITS=64"
|
||||
rm -rf build
|
||||
mkdir build
|
||||
meson setup --prefix=/usr --sbindir=bin . build
|
||||
cd build
|
||||
meson --prefix=/usr ..
|
||||
ninja
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue