summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7e976b0fe58..eb1d6af0edad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 8 22:12:03 UTC 2017
+# Sun Jan 6 15:58:36 UTC 2019
pkgbase = backintime
pkgver = 1.1.24
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bit-team/backintime
arch = any
license = GPL
@@ -31,6 +31,7 @@ pkgname = backintime-cli
depends = python-keyring
depends = python-dbus
depends = polkit
+ depends = python-sip-pyqt4
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 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'