extra/fuse2 to 2.9.9-1

This commit is contained in:
Kevin Mihelich 2019-01-08 00:40:16 +00:00
parent da116c894d
commit ab21a5c266

View file

@ -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() {