mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/fuse2 to 2.9.9-1
This commit is contained in:
parent
da116c894d
commit
ab21a5c266
1 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Ronald van Haren <ronald.archlinux.org>
|
||||
# Contributor: Tom Gundersen <teg@jklm.no>
|
||||
# Contributor: Mark Rosenstand <mark@archlinux.org>
|
||||
|
@ -7,7 +6,7 @@
|
|||
# - upstream patch for AArch64
|
||||
|
||||
pkgname=fuse2
|
||||
pkgver=2.9.8
|
||||
pkgver=2.9.9
|
||||
pkgrel=1
|
||||
pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -21,9 +20,9 @@ makedepends=('pkg-config')
|
|||
options=(!emptydirs)
|
||||
source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc}
|
||||
https://github.com/libfuse/libfuse/commit/914871b20a901e3e1e981c92bc42b1c93b7ab81b.patch)
|
||||
sha1sums=('fdd8783eda9463d3dfc75b2b942d8547dd3f8cc8'
|
||||
sha1sums=('943ba651b14bc4a3c6fd959ed4b8c04f4a59032d'
|
||||
'SKIP'
|
||||
'5534077f337c99456f93bf82890eec90426660c4')
|
||||
'dd0c03bb92ec0dd105557e6c1649a5a71cc69a94')
|
||||
validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath <Nikolaus@rath.org>
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue