summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Gembe2019-07-29 12:28:51 +0700
committerAxel Gembe2019-07-29 12:28:51 +0700
commit4866a830e37aad9512010b4e997bfcd3d7e2160a (patch)
tree311f7a27502e921689b17fc3c53dd7f26542bcc9
parent3cafc12bf0fc8b7e8f6d0a6f6620d974cbcf18f9 (diff)
downloadaur-4866a830e37aad9512010b4e997bfcd3d7e2160a.tar.gz
Add Fuse dependency
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8a833c6a8e1..76fa245deaa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,11 @@ pkgname='plexdrive-git'
_pkgname=${pkgname/-git/}
pkgdesc='Plexdrive allows you to mount your Google Drive account as read-only fuse filesystem'
pkgver=5.0.0.r18.gbf61a47
-pkgrel=1
+pkgrel=2
url='https://github.com/dweidenfeld/plexdrive'
arch=('any')
license=('MIT')
+depends=('fuse')
makedepends=(
'go-pie'
'git'