summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-06-12 14:57:48 -0400
committergraysky2015-06-12 14:57:48 -0400
commitf64690175fe0dd43c146dc05bacd75e604acc6a7 (patch)
treeac82052bf30f4b8e7dd335b1d7b2cb0f09e3778a
parent8c622f22d3a3ce3097d41bfeb4eaa99e2d57f57f (diff)
downloadaur-f64690175fe0dd43c146dc05bacd75e604acc6a7.tar.gz
Update to 1.1.4-3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a7b4dbbe36d..901015cee769 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = backintime
pkgver = 1.1.4
- pkgrel = 2
+ pkgrel = 3
url = https://launchpad.net/backintime
arch = any
license = GPL
@@ -32,6 +32,7 @@ pkgname = backintime-cli
depends = openssh
depends = python-keyring
depends = python-dbus
+ depends = polkit
optdepends = backintime: QT4 GUI version
optdepends = encfs: encrypted filesystem in user-space
optdepends = pm-utils: for laptops allows an option to not snapshot on battery
diff --git a/PKGBUILD b/PKGBUILD
index e0572b9cf0d6..7e5c4f303294 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=('backintime' 'backintime-cli')
_pkgname="backintime"
pkgver=1.1.4
-pkgrel=2
+pkgrel=3
arch=('any')
url="https://launchpad.net/backintime"
license=('GPL')
@@ -28,7 +28,7 @@ build() {
package_backintime-cli() {
pkgdesc="Simple backup system inspired from the Flyback Project and TimeVault. CLI version."
- depends=('rsync' 'cron' 'openssh' 'python-keyring' 'python-dbus')
+ depends=('rsync' 'cron' 'openssh' 'python-keyring' 'python-dbus' 'polkit')
optdepends=('backintime: QT4 GUI version'
'encfs: encrypted filesystem in user-space'
'pm-utils: for laptops allows an option to not snapshot on battery'