summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXyne2022-01-19 20:00:24 +0100
committerXyne2022-01-19 20:00:24 +0100
commitc3485abbe5abd25777386e8b71e06d6074cab9e7 (patch)
tree5cdd6bd5bd8b7278ad79cc26d76f2355c6be8849 /PKGBUILD
parenta35fea79f23ae0897720e52ba76a66d3be177ef7 (diff)
downloadaur-c3485abbe5abd25777386e8b71e06d6074cab9e7.tar.gz
Replace "fuse" dependency with "fuse3"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1cf859138259..a2c85b4e7310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=bindfs
pkgver=1.15.1
-pkgrel=1
+pkgrel=2
pkgdesc="A FUSE filesystem for mirroring a directory to another directory, similar to 'mount --bind', with permission settings."
arch=('i686' 'x86_64' 'armv6h' 'armv6l' 'armv7h')
url="http://bindfs.org/"
license=('GPL')
-depends=('fuse')
+depends=('fuse3')
source=("http://bindfs.org/downloads/${pkgname}-${pkgver}.tar.gz")
sha512sums=('da9003f141b7aa2c23651b3b836b1d979bf1b19915f307c05e40ae6906aab738036cc8b5df6caeec158e4fa6b7bca71489ea7884ff1607c6fea72a603a048d59')