summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerald Yu2023-10-13 15:35:34 +0800
committerHerald Yu2023-10-13 15:35:34 +0800
commitb49bc58b3956eb023dae938cfcb22bf275463b2d (patch)
tree7f9963ea22841b3b47fb2092ebef7d1590e1c50e
parentbd582412985ed411ff23da05f6d49af74955c4f3 (diff)
downloadaur-b49bc58b3956eb023dae938cfcb22bf275463b2d.tar.gz
add fuse2 as a dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ff79ef874fb..f525089a9c64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('x86_64' 'aarch64')
url="https://github.com/juicedata/juicefs"
license=('Apache')
conflicts=('juicefs')
-depends=('glibc')
+depends=('glibc' 'fuse2')
makedepends=('go' 'git')
source=("juicefs-$_pkgver.tar.gz::https://github.com/juicedata/juicefs/archive/refs/tags/v$_pkgver.tar.gz")
sha256sums=('21df8049ddc02dbcb732c7a2fff3ad5e0dca71c7f568bb34a36e35f14c218397')