extra/fuse2 to 2.9.7-3

This commit is contained in:
Kevin Mihelich 2016-12-13 06:13:34 +00:00
parent 7c76176d1d
commit c1845e00fe

View file

@ -8,12 +8,12 @@
pkgname=fuse2
pkgver=2.9.7
pkgrel=2
pkgrel=3
pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
arch=('i686' 'x86_64')
url='https://github.com/libfuse/libfuse'
license=('GPL2')
provides=('fuse') # TODO: remove it once all packages start to use 'fuse2' name
provides=(fuse=$pkgver) # TODO: remove it once all packages start to use 'fuse2' name
replaces=('fuse')
conflicts=('fuse')
depends=('glibc' 'fuse-common')