summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Bernardoff2021-06-08 16:51:10 +0200
committerVincent Bernardoff2021-06-08 16:51:10 +0200
commitf9887b98ed347087427c730dcd4c8023e876893d (patch)
tree0fc2692b1074b15541bbad7c7eb49a5b421753a8
parentc26240cf73779d50f4785b72cc843284ced67f24 (diff)
downloadaur-goofys-git.tar.gz
add fuse2 dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 310a1701010c..8f94c00d3bbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = goofys-git
license = Apache
makedepends = git
makedepends = go
+ depends = fuse2
source = git+https://github.com/kahing/goofys
sha512sums = SKIP
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')