summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyne2022-01-19 20:00:24 +0100
committerXyne2022-01-19 20:00:24 +0100
commitc3485abbe5abd25777386e8b71e06d6074cab9e7 (patch)
tree5cdd6bd5bd8b7278ad79cc26d76f2355c6be8849
parenta35fea79f23ae0897720e52ba76a66d3be177ef7 (diff)
downloadaur-c3485abbe5abd25777386e8b71e06d6074cab9e7.tar.gz
Replace "fuse" dependency with "fuse3"
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49c0e6c46cfc..f0e8cee9dcb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bindfs
pkgdesc = A FUSE filesystem for mirroring a directory to another directory, similar to 'mount --bind', with permission settings.
pkgver = 1.15.1
- pkgrel = 1
+ pkgrel = 2
url = http://bindfs.org/
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = bindfs
arch = armv6l
arch = armv7h
license = GPL
- depends = fuse
+ depends = fuse3
source = http://bindfs.org/downloads/bindfs-1.15.1.tar.gz
sha512sums = da9003f141b7aa2c23651b3b836b1d979bf1b19915f307c05e40ae6906aab738036cc8b5df6caeec158e4fa6b7bca71489ea7884ff1607c6fea72a603a048d59
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')