summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2016-06-24 13:09:23 -0400
committerChris Severance2016-06-24 13:09:23 -0400
commitaf931b7359760fc45b1ebf1f7dff2f9576ec30ef (patch)
treec49636ceffc510bc9af94797b9f40fe41f3dea2a /PKGBUILD
parent74956e89882576fdda47fb0539591095c8b366db (diff)
downloadaur-af931b7359760fc45b1ebf1f7dff2f9576ec30ef.tar.gz
Add vte3 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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")