summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaansu2017-01-07 21:12:48 -0800
committerRaansu2017-01-07 21:12:48 -0800
commit89e383538f5f39474df9acd95f677f9d0a087b47 (patch)
tree5f4ce798b01f54021c42f0dba6f2895a8764f645
parent944b544cf4dba03a0fa663e2fa60e4ebf2b7a51b (diff)
downloadaur-89e383538f5f39474df9acd95f677f9d0a087b47.tar.gz
Update PKGBUILD dependencies
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa97fa7d59ef..2aef890ecf72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer of acd_cli project: yadayada <https://github.com/yadayada>
pkgname=acd_cli
pkgver=0.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="acd_cli provides a command line interface to
Amazon Cloud Drive and allows mounting your cloud drive
using FUSE for read access."
@@ -15,7 +15,8 @@ depends=('python-appdirs' 'python-requests>=2.1.0'
'python-requests-toolbelt' 'python-fusepy' 'python-setuptools'
'python-colorama')
makedepends=('python')
-optdepends=('fuse: Filesystem mount support')
+optdepends=('fuse2: Filesystem mount support' 'fuse3: Filesystem mount
+support')
provides=('acd_cli')
conflicts=('acd_cli' 'acd_cli-git')
source=(https://github.com/yadayada/acd_cli/archive/${pkgver}.tar.gz)