summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 119eee788237..2dca19747395 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jun 22 14:44:58 UTC 2016
+# Fri Jun 24 17:09:03 UTC 2016
pkgbase = timeshift
pkgdesc = A system restore utility for Linux
pkgver = 16.3
- pkgrel = 2
+ pkgrel = 3
url = https://code.launchpad.net/~teejee2008/timeshift
arch = i686
arch = x86_64
@@ -11,12 +11,14 @@ pkgbase = timeshift
makedepends = vala
makedepends = diffutils
makedepends = coreutils
+ makedepends = vte3
depends = gtk3
depends = libsoup
depends = desktop-file-utils
depends = rsync
depends = libgee>=0.18.0
depends = json-glib
+ depends = cron
optdepends = gksu: run timeshift from a menu
options = !emptydirs
source = timeshift_v16.3_r186.tgz::https://bazaar.launchpad.net/~teejee2008/timeshift/trunk/tarball/186
diff --git a/PKGBUILD b/PKGBUILD
index 0f659a56a6af..9edf0007a3d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ set -u
_ubver='16.3'; _ubrel='186'; _libgee='libgee>=0.18.0'
pkgname='timeshift'
pkgver="${_ubver}"
-pkgrel='2'
+pkgrel='3'
pkgdesc='A system restore utility for Linux'
arch=('i686' 'x86_64')
#url='https://launchpad.net/~teejee2008/+archive/ubuntu/ppa'
@@ -22,10 +22,10 @@ url='https://code.launchpad.net/~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[@]}")
+depends=('gtk3' 'libsoup' 'desktop-file-utils' "${_arch_depends[@]}" 'cron')
unset _arch_depends
optdepends=('gksu: run timeshift from a menu')
-makedepends=('vala' 'diffutils' 'coreutils')
+makedepends=('vala' 'diffutils' 'coreutils' 'vte3')
options=('!emptydirs')
_verwatch=("${url//code/bazaar}/trunk/changes" 'v\([0-9\.]\+\)' 't')
#source=("${url}/+files/${_srcdir}.tar.gz")