summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstocki2020-02-29 14:29:45 +0100
committerstocki2020-02-29 14:29:45 +0100
commit2f7d8fd5afc6aaae378f9af0011fc56b5ec969cd (patch)
treefb090c031a9210d3d416a2dd296602b6a90a8cfd
parenteb65805d7c28253516fd2b6ef7c3519dd3f1ba94 (diff)
downloadaur-2f7d8fd5afc6aaae378f9af0011fc56b5ec969cd.tar.gz
Add fuse as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5ec931e3532..0609d8c33290 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = gcsfuse
pkgdesc = A user-space file system for interacting with Google Cloud Storage
pkgver = 0.29.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/GoogleCloudPlatform/gcsfuse
arch = x86_64
license = APACHE
makedepends = git
makedepends = go-pie
depends = glibc
+ depends = fuse
optdepends = google-cloud-sdk: authentication helper
source = gcsfuse-0.29.0::https://github.com/GoogleCloudPlatform/gcsfuse/archive/v0.29.0.tar.gz
sha256sums = 4f994d694a12691b7ea5bd293c50ba4a37bc329cf531780015daf0a5fd265b30
diff --git a/PKGBUILD b/PKGBUILD
index d77d4a5dabaa..fb784a9d3add 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: zfo <zfoofz1@gmail.com>
pkgname=gcsfuse
pkgver=0.29.0
-pkgrel=3
+pkgrel=4
pkgdesc="A user-space file system for interacting with Google Cloud Storage"
url="https://github.com/GoogleCloudPlatform/gcsfuse"
arch=('x86_64')
license=('APACHE')
-depends=('glibc')
+depends=('glibc' 'fuse')
makedepends=('git' 'go-pie')
optdepends=('google-cloud-sdk: authentication helper')
source=("$pkgname-$pkgver::https://github.com/GoogleCloudPlatform/gcsfuse/archive/v$pkgver.tar.gz")