summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2015-06-12 14:57:48 -0400
committergraysky2015-06-12 14:57:48 -0400
commitf64690175fe0dd43c146dc05bacd75e604acc6a7 (patch)
treeac82052bf30f4b8e7dd335b1d7b2cb0f09e3778a /PKGBUILD
parent8c622f22d3a3ce3097d41bfeb4eaa99e2d57f57f (diff)
downloadaur-f64690175fe0dd43c146dc05bacd75e604acc6a7.tar.gz
Update to 1.1.4-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'