From c1845e00fe697b5b5760ca1fada52e95c9359e44 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 13 Dec 2016 06:13:34 +0000 Subject: [PATCH] extra/fuse2 to 2.9.7-3 --- extra/fuse2/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/fuse2/PKGBUILD b/extra/fuse2/PKGBUILD index 23db20249..69283e02a 100644 --- a/extra/fuse2/PKGBUILD +++ b/extra/fuse2/PKGBUILD @@ -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')