summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2020-02-17 16:45:00 -0500
committerChris Severance2020-02-17 16:45:00 -0500
commit963e829366e8fb1389eba65406826f0cc5215981 (patch)
treea3726e35cb9afc3e5632a248eb8edc1ed5dc63b9
parent27eb89a6204a9d2ed1da0af9435acafc0bd9c8fe (diff)
downloadaur-963e829366e8fb1389eba65406826f0cc5215981.tar.gz
autu: Update to 19.08.1-2 cronie optional
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 971ce5e70f4f..9211a51b2b5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Sep 28 22:59:23 UTC 2019
+# Mon Feb 17 21:45:00 UTC 2020
pkgbase = timeshift
pkgdesc = A system restore utility for Linux
pkgver = 19.08.1
@@ -19,9 +19,9 @@ pkgbase = timeshift
depends = rsync
depends = libgee>=0.18.0
depends = json-glib
- depends = cronie
depends = vte3
depends = xapps
+ optdepends = cronie: scheduling
optdepends = gksu: run timeshift from a menu
options = !emptydirs
source = timeshift_v19.08.1.tgz::https://github.com/teejee2008/timeshift/archive/v19.08.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 1d53a282dc41..178a7e8b9b24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,9 +33,12 @@ 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' 'vte3' 'xapps')
+depends=('gtk3' 'libsoup' 'desktop-file-utils' "${_arch_depends[@]}" 'vte3' 'xapps')
unset _arch_depends
-optdepends=('gksu: run timeshift from a menu')
+optdepends=(
+ 'cronie: scheduling'
+ 'gksu: run timeshift from a menu'
+)
makedepends=('vala' 'diffutils' 'coreutils' 'vte3')
options=('!emptydirs')
install="${pkgname}-install.sh"