summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2019-01-06 10:58:36 -0500
committergraysky2019-01-06 10:58:36 -0500
commit2eb754ea07a016a1f0ac0a4110cd19d475826cee (patch)
treec8c284daace264738f1531523da41659bd90d7c2 /PKGBUILD
parent657c47859a7e3161891d529a230a38908dd32e3d (diff)
downloadaur-2eb754ea07a016a1f0ac0a4110cd19d475826cee.tar.gz
Update to 1.1.24-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d994fa553aae..b77cd57484b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=('backintime' 'backintime-cli')
_pkgname="backintime"
pkgver=1.1.24
-pkgrel=1
+pkgrel=2
arch=('any')
url="https://github.com/bit-team/backintime"
license=('GPL')
@@ -36,7 +36,7 @@ test() {
package_backintime-cli() {
pkgdesc="Simple backup system inspired from the Flyback Project and TimeVault. CLI version."
- depends=('rsync' 'cron' 'openssh' 'python-keyring' 'python-dbus' 'polkit')
+ depends=('rsync' 'cron' 'openssh' 'python-keyring' 'python-dbus' 'polkit' 'python-sip-pyqt4')
optdepends=('backintime: QT4 GUI version'
'encfs: encrypted filesystem in user-space'
'pm-utils: for laptops allows an option to not snapshot on battery'