summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2017-06-11 10:43:46 +0200
committerzoe2017-06-11 10:43:46 +0200
commit5830adf92540e1fa0ab3ec103aeec68997fd95b4 (patch)
tree0909546a4577f60315a9bc98cdb0c51d4934b82b
parentcc990b5d042cd788dddc895a8deeac59cb2e3d63 (diff)
downloadaur-ff4d.tar.gz
Update to 0.01-2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b39cace60a53..48221844bfe0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Tue May 10 09:13:25 UTC 2016
+# Sun Jun 11 08:42:58 UTC 2017
pkgbase = ff4d
pkgdesc = FUSE Filesystem 4 Dropbox (ff4d) is a FUSE plugin whichs allows a local mount of your global Dropbox or jailed application folder
pkgver = 0.01
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/realriot/ff4d
arch = any
license = BSD
depends = fuse
+ depends = python2-dropbox
depends = python2-fusepy
source = ff4d.git::git+https://github.com/realriot/ff4d.git
source = ff4d
diff --git a/PKGBUILD b/PKGBUILD
index 5136392bf4c6..7f7ad8a881a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=ff4d
pkgver=0.01
-pkgrel=1
+pkgrel=2
pkgdesc='FUSE Filesystem 4 Dropbox (ff4d) is a FUSE plugin whichs allows a local mount of your global Dropbox or jailed application folder'
arch=('any')
url="https://github.com/realriot/${pkgname}"
license=('BSD')
-depends=('fuse' 'python2-fusepy')
+depends=('fuse' 'python2-dropbox' 'python2-fusepy')
source=("${pkgname}.git::git+https://github.com/realriot/${pkgname}.git"
"${pkgname}")
md5sums=('SKIP'