summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122018-02-19 21:54:09 +0100
committerwillemw122018-02-19 21:54:09 +0100
commitdeaede31b8df988955c94ce710f7b0a2c26494c0 (patch)
treed13e3fcdbd2427488b29af04fa72ec34924d9090
parent7e470093b1833adc2bddf64f282229b36677744d (diff)
downloadaur-deaede31b8df988955c94ce710f7b0a2c26494c0.tar.gz
Add fuse2 (fusermount)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df701b262a9f..9eb4762e9575 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = backintime-git
- pkgver = 1.1.12.r371.g87e7a6fb
- pkgrel = 2
+ pkgver = 1.1.12.r440.gd0f9b844
+ pkgrel = 1
url = https://github.com/bit-team/backintime
arch = any
license = GPL
@@ -31,6 +31,7 @@ pkgname = backintime-git
pkgname = backintime-cli-git
pkgdesc = Simple backup/snapshot system inspired by Flyback and TimeVault. CLI version.
depends = cron
+ depends = fuse2
depends = openssh
depends = python-dbus
depends = python-keyring
diff --git a/PKGBUILD b/PKGBUILD
index a23723f97b68..a99616a877b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=backintime
pkgname=($_pkgname-git $_pkgname-cli-git)
-pkgver=1.1.12.r371.g87e7a6fb
-pkgrel=2
+pkgver=1.1.12.r440.gd0f9b844
+pkgrel=1
url="https://github.com/bit-team/backintime"
license=('GPL')
arch=('any')
@@ -34,7 +34,7 @@ check() {
package_backintime-cli-git() {
pkgdesc="Simple backup/snapshot system inspired by Flyback and TimeVault. CLI version."
- depends=('cron' 'openssh' 'python-dbus' 'python-keyring' 'rsync')
+ depends=('cron' 'fuse2' 'openssh' 'python-dbus' 'python-keyring' 'rsync')
#'gocryptfs: encrypted filesystems'
optdepends=('encfs: encrypted filesystems'
'sshfs: remote filesystems')