summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18b21791b531..37552fe88ec3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Sep 10 19:51:32 UTC 2018
+# Mon Dec 24 16:23:53 UTC 2018
pkgbase = timeshift
pkgdesc = A system restore utility for Linux
pkgver = 18.9.1
@@ -20,6 +20,8 @@ pkgbase = timeshift
depends = libgee>=0.18.0
depends = json-glib
depends = cronie
+ depends = vte3
+ depends = xapps
optdepends = gksu: run timeshift from a menu
options = !emptydirs
source = timeshift_v18.9.1.tgz::https://github.com/teejee2008/timeshift/archive/v18.9.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 1d8cb66a6121..945ba2105542 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ url='https://github.com/teejee2008/timeshift'
license=('GPL')
_arch_depends=('rsync' 'libgee06' 'json-glib') # from installer/install.sh
_arch_depends[1]="${_libgee}"
-depends=('gtk3' 'libsoup' 'desktop-file-utils' "${_arch_depends[@]}" 'cronie')
+depends=('gtk3' 'libsoup' 'desktop-file-utils' "${_arch_depends[@]}" 'cronie' 'vte3' 'xapps')
unset _arch_depends
optdepends=('gksu: run timeshift from a menu')
makedepends=('vala' 'diffutils' 'coreutils' 'vte3')