summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Bernardoff2021-06-08 16:51:10 +0200
committerVincent Bernardoff2021-06-08 16:51:10 +0200
commitf9887b98ed347087427c730dcd4c8023e876893d (patch)
tree0fc2692b1074b15541bbad7c7eb49a5b421753a8 /PKGBUILD
parentc26240cf73779d50f4785b72cc843284ced67f24 (diff)
downloadaur-goofys-git.tar.gz
add fuse2 dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47651bb4d3e5..798f8789acd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='A high-performance, POSIX-ish Amazon S3 file system written in Go'
url='https://github.com/kahing/goofys'
license=('Apache')
-depends=()
+depends=('fuse2')
makedepends=('git' 'go')
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
source=('git+https://github.com/kahing/goofys')